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

Commit 302c0fc

Browse files
kantorddanbarr
andauthored
Update docs/integrations/avante.mdx
Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
1 parent e0f4eb4 commit 302c0fc

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
@@ -70,7 +70,7 @@ To take advantage of CodeGate's [model muxing feature](/features/muxing), use
7070

7171
```lua
7272
openai = {
73-
endpoint = "http://localhost:8989/v1/mux", -- use the endpoint matching your LLM provider
73+
endpoint = "http://localhost:8989/v1/mux", -- CodeGate's mux endpoint
7474
model = "gpt-4o",
7575
timeout = 30000, -- timeout in milliseconds
7676
temperature = 0, -- adjust if needed

0 commit comments

Comments
 (0)