Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 71be9e8

Browse files
committed
Revert back model ID
1 parent d946018 commit 71be9e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/background/chatgpt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function sendMessage(params: {
5050
},
5151
},
5252
],
53-
model: 'text-davinci-002-render-next',
53+
model: 'text-davinci-002-render',
5454
parent_message_id: uuidv4(),
5555
}),
5656
onMessage(message: string) {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ChatGPT - Jupyter - AI Assistant",
33
"description": "ChatGPT-powered AI assistant for Jupyter Notebooks",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"manifest_version": 3,
66
"icons": {
77
"16": "logo.png",

src/manifest.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ChatGPT - Jupyter - AI Assistant",
33
"description": "ChatGPT-powered AI assistant for Jupyter Notebooks",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"manifest_version": 2,
66
"icons": {
77
"16": "logo.png",

0 commit comments

Comments
 (0)