File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments