Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
23 lines
453 B
TypeScript
23 lines
453 B
TypeScript
export const MODELS_NOT_SUPPORT_FUNCTION_CALLS = [
|
|
'gpt-3.5-turbo-16k-0613',
|
|
'dall-e-3',
|
|
'text-embedding-3-large',
|
|
'dall-e-2',
|
|
'whisper-1',
|
|
'tts-1-hd-1106',
|
|
'tts-1-hd',
|
|
'gpt-4-0314',
|
|
'text-embedding-3-small',
|
|
'gpt-4-32k-0314',
|
|
'gpt-3.5-turbo-0301',
|
|
'gpt-4-vision-preview',
|
|
'gpt-3.5-turbo-16k',
|
|
'gpt-3.5-turbo-instruct-0914',
|
|
'tts-1',
|
|
'davinci-002',
|
|
'gpt-3.5-turbo-instruct',
|
|
'babbage-002',
|
|
'tts-1-1106',
|
|
'text-embedding-ada-002',
|
|
];
|