mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-26 13:09:33 -05:00
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:
committed by
GitHub
parent
e5bd74878e
commit
a50cde69a2
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user