kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: update chatgpt model
rodzic
2cb48c9601
commit
bc79490bf2
|
@ -10,7 +10,7 @@ import { fetchSSE } from './fetch-sse'
|
||||||
|
|
||||||
// NOTE: this is not a public model, but it was leaked by the ChatGPT webapp.
|
// 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-chat-davinci-002-20230126'
|
||||||
const CHATGPT_MODEL = 'text-davinci-003'
|
const CHATGPT_MODEL = 'text-chat-davinci-002-20221122'
|
||||||
|
|
||||||
const USER_LABEL_DEFAULT = 'User'
|
const USER_LABEL_DEFAULT = 'User'
|
||||||
const ASSISTANT_LABEL_DEFAULT = 'ChatGPT'
|
const ASSISTANT_LABEL_DEFAULT = 'ChatGPT'
|
||||||
|
|
Ładowanie…
Reference in New Issue