feat(vue): open Vue SPA to all tiers; fix cloud navigation and feedback button #64
1 changed files with 5 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ backends:
|
||||||
type: openai_compat
|
type: openai_compat
|
||||||
ollama_research:
|
ollama_research:
|
||||||
api_key: ollama
|
api_key: ollama
|
||||||
base_url: http://host.docker.internal:11434/v1
|
base_url: http://ollama_research:11434/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: llama3.1:8b
|
model: llama3.1:8b
|
||||||
supports_images: false
|
supports_images: false
|
||||||
|
|
@ -40,7 +40,7 @@ backends:
|
||||||
type: vision_service
|
type: vision_service
|
||||||
vllm:
|
vllm:
|
||||||
api_key: ''
|
api_key: ''
|
||||||
base_url: http://host.docker.internal:8000/v1
|
base_url: http://vllm:8000/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: __auto__
|
model: __auto__
|
||||||
supports_images: false
|
supports_images: false
|
||||||
|
|
@ -48,12 +48,12 @@ backends:
|
||||||
cf_orch:
|
cf_orch:
|
||||||
service: vllm
|
service: vllm
|
||||||
model_candidates:
|
model_candidates:
|
||||||
- Ouro-2.6B-Thinking
|
- Phi-4-mini-instruct
|
||||||
- Ouro-1.4B
|
- Qwen2.5-3B-Instruct
|
||||||
ttl_s: 300
|
ttl_s: 300
|
||||||
vllm_research:
|
vllm_research:
|
||||||
api_key: ''
|
api_key: ''
|
||||||
base_url: http://host.docker.internal:8000/v1
|
base_url: http://vllm:8000/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: __auto__
|
model: __auto__
|
||||||
supports_images: false
|
supports_images: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue