feat(chat): add local-first conversation workspace
This commit is contained in:
@@ -408,14 +408,17 @@
|
||||
"name": "Ollama",
|
||||
"api": "openai-completions",
|
||||
"connection": {
|
||||
"type": "frontend",
|
||||
"baseUrl": "http://127.0.0.1:11434/v1",
|
||||
"type": "backend",
|
||||
"baseUrl": "http://xiteng-ollama-provider-bridge:11434/v1",
|
||||
"proxy": null
|
||||
},
|
||||
"headers": {
|
||||
"Host": "localhost:11434"
|
||||
},
|
||||
"auth": {
|
||||
"type": "none"
|
||||
},
|
||||
"defaultModel": "qwen3:8b"
|
||||
"defaultModel": "qwen3.5:9b"
|
||||
},
|
||||
{
|
||||
"id": "lm-studio",
|
||||
|
||||
Reference in New Issue
Block a user