Skip to content

Commit

Permalink
Support for gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossy426 committed Aug 21, 2024
1 parent e316c94 commit 70ba978
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const MODELS: string[] = [
'code-davinci-001',
'gpt-4-0613',
'gpt-4-32k-0613',
'gpt-4o'
'gpt-4o',
'gpt-4o-mini'
];


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "smart-memos",
"name": "Smart Memos",
"version": "1.1.4",
"version": "1.1.6",
"minAppVersion": "0.15.0",
"description": "Create personalized and intelligent analysis, summaries, and more for audio recordings that can be imported or spoken directly into a note",
"author": "Evan Moscoso",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-memos",
"version": "1.1.4",
"version": "1.1.6",
"description": "Create personalized and intelligent analysis, summaries, and more for audio recordings that can be imported or spoken directly into a note",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 70ba978

Please sign in to comment.