Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 45a3fe3

Browse files
kantorddanbarr
andauthored
Update docs/integrations/avante.mdx
Co-authored-by: Dan Barr <[email protected]>
1 parent a1fd434 commit 45a3fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/avante.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ use **avante.nvim**'s OpenAI provider with the following configuration:
7171
```lua
7272
openai = {
7373
endpoint = "http://localhost:8989/v1/mux", -- CodeGate's mux endpoint
74-
model = "gpt-4o",
74+
model = "gpt-4o", -- the actual model is determined by your CodeGate workspace
7575
timeout = 30000, -- timeout in milliseconds
7676
temperature = 0, -- adjust if needed
7777
max_tokens = 4096,

0 commit comments

Comments
 (0)