@@ -7,6 +7,14 @@ export const openAIVoices = [
|
||||
'shimmer',
|
||||
] as const
|
||||
|
||||
export const modelsWithImageUrlSupport = [
|
||||
'gpt-4-turbo*',
|
||||
'gpt-4o*',
|
||||
'gpt-4*vision-preview',
|
||||
]
|
||||
|
||||
export const excludedModelsFromImageUrlSupport = ['gpt-4-turbo-preview']
|
||||
|
||||
export const defaultOpenAIOptions = {
|
||||
baseUrl: 'https://api.openai.com/v1',
|
||||
model: 'gpt-3.5-turbo',
|
||||
|
||||
Reference in New Issue
Block a user