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 15dfad0 commit 519ca28Copy full SHA for 519ca28
service/src/storage/config.ts
@@ -117,7 +117,7 @@ export async function getOriginConfig() {
117
}
118
119
if (!isNotEmptyString(config.siteConfig.chatModels))
120
- config.siteConfig.chatModels = 'gpt-3.5-turbo,gpt-4-turbo-preview,gpt-4-vision-preview'
+ config.siteConfig.chatModels = 'gpt-4.1,gpt-4.1-mini,gpt-4.1-nano'
121
return config
122
123
0 commit comments