Skip to content

Commit 4f160f5

Browse files
committed
fix: format docs/models.md
1 parent a5bd3d6 commit 4f160f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Anthropic can be configured via `~/.mux/providers.jsonc` or environment variable
2424
"anthropic": {
2525
"apiKey": "sk-ant-...",
2626
// Optional: custom base URL (mux auto-appends /v1 if missing)
27-
"baseUrl": "https://api.anthropic.com"
28-
}
27+
"baseUrl": "https://api.anthropic.com",
28+
},
2929
}
3030
```
3131

0 commit comments

Comments
 (0)