feat(vue): open Vue SPA to all tiers; fix cloud navigation and feedback button #64

Merged
pyr0ball merged 6 commits from feature/vue-streamlit-parity into main 2026-04-02 17:46:47 -07:00
Showing only changes of commit 7c9dcd2620 - Show all commits

View file

@ -30,7 +30,7 @@ backends:
api_key: ollama api_key: ollama
base_url: http://host.docker.internal:11434/v1 base_url: http://host.docker.internal:11434/v1
enabled: true enabled: true
model: llama3.2:3b model: llama3.1:8b
supports_images: false supports_images: false
type: openai_compat type: openai_compat
vision_service: vision_service:
@ -45,6 +45,12 @@ backends:
model: __auto__ model: __auto__
supports_images: false supports_images: false
type: openai_compat type: openai_compat
cf_orch:
service: vllm
model_candidates:
- Ouro-2.6B-Thinking
- Ouro-1.4B
ttl_s: 300
vllm_research: vllm_research:
api_key: '' api_key: ''
base_url: http://host.docker.internal:8000/v1 base_url: http://host.docker.internal:8000/v1