old-agentic-v1^2
Travis Fischer 2023-06-28 20:17:58 -07:00
rodzic 18e015029c
commit ceff46ac52
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -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) {