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

Commit d946018

Browse files
committed
Update to ChatGPT model
1 parent d19c139 commit d946018

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',
53+
model: 'text-davinci-002-render-next',
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.0",
4+
"version": "0.3.1",
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.0",
4+
"version": "0.3.1",
55
"manifest_version": 2,
66
"icons": {
77
"16": "logo.png",

0 commit comments

Comments
 (0)