feat: use date fixed model name (#8621)

fix CLOUD-81
This commit is contained in:
darkskygit
2024-10-29 07:31:23 +00:00
parent 835fdc33c0
commit efee4dfd66
8 changed files with 65 additions and 44 deletions

View File

@@ -43,7 +43,9 @@ export class OpenAIProvider
readonly availableModels = [
// text to text
'gpt-4o',
'gpt-4o-2024-08-06',
'gpt-4o-mini',
'gpt-4o-mini-2024-07-18',
// embeddings
'text-embedding-3-large',
'text-embedding-3-small',