Skip to content

Commit

Permalink
Use text-davinci-002-render-next model for chatgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Feb 2, 2023
1 parent 61d990c commit 71e465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/providers/chatgpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class ChatGPTProvider implements Provider {
},
},
],
model: 'text-davinci-002-render',
model: 'text-davinci-002-render-next',
parent_message_id: uuidv4(),
}),
onMessage(message: string) {
Expand Down

0 comments on commit 71e465a

Please sign in to comment.