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
|
@ -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:"
|
||||
|
|
|
@ -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:"
|
||||
|
|
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue