feat: support new model chatgpt-4o-latest

This commit is contained in:
HynoR
2024-08-15 08:40:38 +08:00
parent 7adf0a61fe
commit 67ecb1c2fd
2 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ var ModelList = []string{
"gpt-4-turbo-preview", "gpt-4-turbo", "gpt-4-turbo-2024-04-09",
"gpt-4o", "gpt-4o-2024-05-13",
"gpt-4o-2024-08-06",
"chatgpt-4o-latest",
"gpt-4o-mini", "gpt-4o-mini-2024-07-18",
"gpt-4-vision-preview",
"text-embedding-ada-002", "text-embedding-3-small", "text-embedding-3-large",