Skip to content

Commit d6bf003

Browse files
committed
Update ai-providers.ts
1 parent bfa1435 commit d6bf003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intellichat/src/lib/ai-providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { SupportedProvidersNamesType } from './validators';
44

5-
const OpenAIModels = ['gpt-3.5-turbo', 'gpt-4', 'gpt-4-turbo-preview'] as const;
5+
const OpenAIModels = ['gpt-4o', 'gpt-3.5-turbo', 'gpt-4', 'gpt-4-turbo-preview'] as const;
66
const ReplicateModels = [
77
'70b-chat',
88
'13b-chat',

0 commit comments

Comments
 (0)