Skip to content

Commit

Permalink
feat: update chatgpt model
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Feb 3, 2023
1 parent 2cb48c9 commit bc79490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatgpt-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { fetchSSE } from './fetch-sse'

// NOTE: this is not a public model, but it was leaked by the ChatGPT webapp.
// const CHATGPT_MODEL = 'text-chat-davinci-002-20230126'
const CHATGPT_MODEL = 'text-davinci-003'
const CHATGPT_MODEL = 'text-chat-davinci-002-20221122'

const USER_LABEL_DEFAULT = 'User'
const ASSISTANT_LABEL_DEFAULT = 'ChatGPT'
Expand Down

0 comments on commit bc79490

Please sign in to comment.