kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic-v1^2
rodzic
18e015029c
commit
ceff46ac52
|
@ -7,14 +7,18 @@ import './_utils'
|
||||||
const models = [
|
const models = [
|
||||||
'gpt-3.5-turbo',
|
'gpt-3.5-turbo',
|
||||||
'gpt-4',
|
'gpt-4',
|
||||||
'gpt-4',
|
// the reason why we're including duplicates here is because we want to test
|
||||||
'gpt-4',
|
// the caching and idempotency of the tokenizer loading
|
||||||
'gpt-4',
|
|
||||||
'gpt-4',
|
'gpt-4',
|
||||||
'gpt-4',
|
'gpt-4',
|
||||||
'gpt-4-0613',
|
'gpt-4-0613',
|
||||||
'text-davinci-003',
|
'text-davinci-003',
|
||||||
'code-davinci-002'
|
'code-davinci-002',
|
||||||
|
'gpt-4',
|
||||||
|
'gpt-4',
|
||||||
|
'gpt-4',
|
||||||
|
'gpt-4',
|
||||||
|
'gpt-4'
|
||||||
]
|
]
|
||||||
|
|
||||||
for (let i = 0; i < models.length; ++i) {
|
for (let i = 0; i < models.length; ++i) {
|
||||||
|
|
Ładowanie…
Reference in New Issue