linting......

This commit is contained in:
2024-04-28 17:15:04 +09:00
parent 57bacd9cbc
commit 290a98fd87

View File

@@ -97,7 +97,7 @@ export const chatModels : Record<string, ModelDetail> = {
'gpt-3.5-turbo-16k-0613': { ...gpt3516k }, 'gpt-3.5-turbo-16k-0613': { ...gpt3516k },
'gpt-4': { ...gpt4 }, 'gpt-4': { ...gpt4 },
'gpt-4-turbo-preview': { ...gpt4128kpreview }, 'gpt-4-turbo-preview': { ...gpt4128kpreview },
'gpt-4-turbo-2024-04-09': { ...gpt4128kpreview }, 'gpt-4-turbo-2024-04-09': { ...gpt4128kpreview },
'gpt-4-0314': { ...gpt4 }, 'gpt-4-0314': { ...gpt4 },
'gpt-4-0613': { ...gpt4 }, 'gpt-4-0613': { ...gpt4 },
'gpt-4-1106-preview': { ...gpt4128kpreview }, 'gpt-4-1106-preview': { ...gpt4128kpreview },