Compare commits
No commits in common. "bc80922d61fdee458c65af82c17e75b11ff941ed" and "13cd4c0d8a4c924979ec08847ed383fdd4c6a62a" have entirely different histories.
bc80922d61
...
13cd4c0d8a
1 changed files with 4 additions and 10 deletions
|
|
@ -28,9 +28,9 @@ backends:
|
||||||
type: openai_compat
|
type: openai_compat
|
||||||
ollama_research:
|
ollama_research:
|
||||||
api_key: ollama
|
api_key: ollama
|
||||||
base_url: http://ollama_research:11434/v1
|
base_url: http://host.docker.internal:11434/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: llama3.1:8b
|
model: llama3.2:3b
|
||||||
supports_images: false
|
supports_images: false
|
||||||
type: openai_compat
|
type: openai_compat
|
||||||
vision_service:
|
vision_service:
|
||||||
|
|
@ -40,20 +40,14 @@ backends:
|
||||||
type: vision_service
|
type: vision_service
|
||||||
vllm:
|
vllm:
|
||||||
api_key: ''
|
api_key: ''
|
||||||
base_url: http://vllm:8000/v1
|
base_url: http://host.docker.internal:8000/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: __auto__
|
model: __auto__
|
||||||
supports_images: false
|
supports_images: false
|
||||||
type: openai_compat
|
type: openai_compat
|
||||||
cf_orch:
|
|
||||||
service: vllm
|
|
||||||
model_candidates:
|
|
||||||
- Qwen2.5-3B-Instruct
|
|
||||||
- Phi-4-mini-instruct
|
|
||||||
ttl_s: 300
|
|
||||||
vllm_research:
|
vllm_research:
|
||||||
api_key: ''
|
api_key: ''
|
||||||
base_url: http://vllm:8000/v1
|
base_url: http://host.docker.internal:8000/v1
|
||||||
enabled: true
|
enabled: true
|
||||||
model: __auto__
|
model: __auto__
|
||||||
supports_images: false
|
supports_images: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue