You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with Avante using the following configuration:
{
"yetone/avante.nvim",
event="VeryLazy",
lazy=false,
version=false, -- set this if you want to always pull the latest changeopts= {
-- add any opts hereprovider="openai",
openai= {
endpoint="http://localhost:8989/openai",
model="gpt-4o", -- your desired model (or use gpt-4o, etc.)timeout=30000, -- timeout in millisecondstemperature=0, -- adjust if neededmax_tokens=4096,
},
},
The messages correctly go to CodeGate, and get displayed in the dashboard, however are not displayed by Avante itself. I will spend some time figuring out why
Description
all is explained in the title, see the parent task for more context
Additional Context
No response
The text was updated successfully, but these errors were encountered: