Skip to content

Commit

Permalink
chore(aio): rename gpt-4-vision-preview to gpt-4o (#3597)
Browse files Browse the repository at this point in the history
Fixes: 3596

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Sep 18, 2024
1 parent e5bd748 commit a50cde6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aio/cpu/vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backend: llama-cpp
context_size: 4096
f16: true
mmap: true
name: gpt-4-vision-preview
name: gpt-4o

roles:
user: "USER:"
Expand Down
2 changes: 1 addition & 1 deletion aio/gpu-8g/vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backend: llama-cpp
context_size: 4096
f16: true
mmap: true
name: gpt-4-vision-preview
name: gpt-4o

roles:
user: "USER:"
Expand Down
2 changes: 1 addition & 1 deletion aio/intel/vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backend: llama-cpp
context_size: 4096
mmap: false
f16: false
name: gpt-4-vision-preview
name: gpt-4o

roles:
user: "USER:"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-aio/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a50cde6

Please sign in to comment.