feat(chat): add local-first conversation workspace

This commit is contained in:
2026-08-13 15:55:15 +08:00
parent d1d50d722c
commit 8991f78f9f
43 changed files with 5450 additions and 592 deletions
+6 -3
View File
@@ -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",