Skip to content

Commit

Permalink
Merge pull request #8 from ali-h-kudeir/fix/response-not-loading
Browse files Browse the repository at this point in the history
fix/response-not-loading
  • Loading branch information
ali-h-kudeir committed Nov 11, 2023
2 parents 6dbbba3 + 6490806 commit 51ee5fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/background/providers/chatgpt.ts
Expand Up @@ -74,7 +74,7 @@ export class ChatGPTProvider implements Provider {
},
},
],
model: 'text-davinci-002-render',
model: 'gpt-3.5-turbo',
parent_message_id: uuidv4(),
}),
onMessage(message: string) {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.2.3",
"version": "1.2.4",
"manifest_version": 3,
"icons": {
"16": "logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.v2.json
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.2.3",
"version": "1.2.4",
"manifest_version": 2,
"icons": {
"16": "logo.png",
Expand Down

0 comments on commit 51ee5fa

Please sign in to comment.