Skip to content

Commit

Permalink
Revert model name to text-davinci-002-render
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Feb 2, 2023
1 parent dcb9bf8 commit 8b290f5
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-next',
model: 'text-davinci-002-render',
parent_message_id: uuidv4(),
}),
onMessage(message: string) {
Expand Down

0 comments on commit 8b290f5

Please sign in to comment.