kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: switch default model to non-date version
rodzic
797537985c
commit
911f0fe047
|
@ -8,7 +8,7 @@ import * as types from './types'
|
||||||
import { fetch as globalFetch } from './fetch'
|
import { fetch as globalFetch } from './fetch'
|
||||||
import { fetchSSE } from './fetch-sse'
|
import { fetchSSE } from './fetch-sse'
|
||||||
|
|
||||||
const CHATGPT_MODEL = 'gpt-3.5-turbo-0301'
|
const CHATGPT_MODEL = 'gpt-3.5-turbo'
|
||||||
|
|
||||||
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