Skip to content

Commit

Permalink
linting......
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan9e committed Apr 28, 2024
1 parent 57bacd9 commit 01a1449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/providers/openai/models.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const chatModels : Record<string, ModelDetail> = {
'gpt-3.5-turbo-16k-0613': { ...gpt3516k },
'gpt-4': { ...gpt4 },
'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-0613': { ...gpt4 },
'gpt-4-1106-preview': { ...gpt4128kpreview },
Expand Down Expand Up @@ -200,4 +200,4 @@ export const imageModels : Record<string, ModelDetail> = {
}
}
</script>
</script>

0 comments on commit 01a1449

Please sign in to comment.