mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00: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:
parent
e5bd74878e
commit
a50cde69a2
4 changed files with 4 additions and 4 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue