chore(plugin): update neoai model name to gpt-4-1106-preview
Update the model parameter within the neoai plugin configuration to reference the newer gpt-4-1106-preview model for enhanced capabilities.
This commit is contained in:
parent
6af6ac3fb4
commit
ad7936435e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ require("neoai").setup({
|
||||||
models = {
|
models = {
|
||||||
{
|
{
|
||||||
name = "openai",
|
name = "openai",
|
||||||
model = "gpt-4",
|
model = "gpt-4-1106-preview",
|
||||||
params = nil,
|
params = nil,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue