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:
Simon Lasbrugnas 2023-11-14 13:53:50 +01:00
parent 6af6ac3fb4
commit ad7936435e
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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,
}, },
}, },