chore(aio): rename gpt-4-vision-preview to gpt-4o (#3597)

Fixes: 3596

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2024-09-18 15:55:46 +02:00
committed by GitHub
parent e5bd74878e
commit a50cde69a2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ var _ = Describe("E2E test", func() {
})
Context("vision", func() {
It("correctly", func() {
model := "gpt-4-vision-preview"
model := "gpt-4o"
resp, err := client.CreateChatCompletion(context.TODO(),
openai.ChatCompletionRequest{
Model: model, Messages: []openai.ChatCompletionMessage{