Skip to content

Commit 0901800

Browse files
committed
feat: v2.1.0 — true multi-provider support, OllamaProvider baseUrl fix, test infra
Multi-Provider Support: - Enable Ollama + OpenAI-compat + Anthropic simultaneously - ProviderConfig UI rewritten: independent toggle per provider - Onboarding no longer disables Ollama when selecting other backends Provider Fixes: - OllamaProvider now respects baseUrl from providerStore (was hardcoded) - ComfyUI models no longer incorrectly tagged as provider:'ollama' - Dead code ApiConfig.tsx removed Test Infrastructure: - Added vitest.config.ts (fixes crash from comfyLauncher plugin) - Added comprehensive OllamaProvider tests (31 tests) - Total: 447 tests, all passing
1 parent b7cbe66 commit 0901800

File tree

10 files changed

+841
-226
lines changed

10 files changed

+841
-226
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "locally-uncensored",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": false,
55
"description": "Private, local AI chat & image/video generation. No cloud, no censorship, no data collection. Powered by Ollama & ComfyUI.",
66
"license": "MIT",

0 commit comments

Comments
 (0)