Skip to content

Commit 472270c

Browse files
committed
🤖 fix: format docs/models.md
1 parent a268216 commit 472270c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Run models locally with Ollama. No API key required:
4747
{
4848
"ollama": {
4949
// Default configuration - Ollama runs on localhost:11434
50-
"baseUrl": "http://localhost:11434"
51-
}
50+
"baseUrl": "http://localhost:11434",
51+
},
5252
}
5353
```
5454

@@ -61,14 +61,14 @@ All providers are configured in `~/.cmux/providers.jsonc`. See example configura
6161
```jsonc
6262
{
6363
"anthropic": {
64-
"apiKey": "sk-ant-..."
64+
"apiKey": "sk-ant-...",
6565
},
6666
"openai": {
67-
"apiKey": "sk-..."
67+
"apiKey": "sk-...",
6868
},
6969
"ollama": {
70-
"baseUrl": "http://localhost:11434" // Default - only needed if different
71-
}
70+
"baseUrl": "http://localhost:11434", // Default - only needed if different
71+
},
7272
}
7373
```
7474

0 commit comments

Comments
 (0)