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.
1 parent bfa1435 commit d6bf003Copy full SHA for d6bf003
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