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 = [
|
||||
'gpt-3.5-turbo',
|
||||
'gpt-4',
|
||||
'gpt-4',
|
||||
'gpt-4',
|
||||
'gpt-4',
|
||||
// the reason why we're including duplicates here is because we want to test
|
||||
// the caching and idempotency of the tokenizer loading
|
||||
'gpt-4',
|
||||
'gpt-4',
|
||||
'gpt-4-0613',
|
||||
'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) {
|
||||
|
|
Ładowanie…
Reference in New Issue