feat: switch back to text-chat-davinci-002-20221122

pull/330/head
Travis Fischer 2023-02-07 23:43:52 -06:00
rodzic 09d607a530
commit 0f0c12e275
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -10,8 +10,10 @@ 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-chat-davinci-002-20221122'
const CHATGPT_MODEL = 'text-davinci-003'
const CHATGPT_MODEL = 'text-chat-davinci-002-20221122'
// Official model (costs money and is not fine-tuned for chat)
// const CHATGPT_MODEL = 'text-davinci-003'
const USER_LABEL_DEFAULT = 'User'
const ASSISTANT_LABEL_DEFAULT = 'ChatGPT'