We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa1435 + d6bf003 commit 1472da7Copy full SHA for 1472da7
intellichat/src/lib/ai-providers.ts
@@ -2,7 +2,7 @@
2
3
import { SupportedProvidersNamesType } from './validators';
4
5
-const OpenAIModels = ['gpt-3.5-turbo', 'gpt-4', 'gpt-4-turbo-preview'] as const;
+const OpenAIModels = ['gpt-4o', 'gpt-3.5-turbo', 'gpt-4', 'gpt-4-turbo-preview'] as const;
6
const ReplicateModels = [
7
'70b-chat',
8
'13b-chat',
0 commit comments