Files
homelab-frontend/testdata/config/harness-with-models.yaml
T

27 lines
743 B
YAML
Raw Normal View History

# Local development harness config with model registry for body-based dispatch.
# This config is used for testing task 2.2 (body-based dispatch) and task 2.3 (error handling).
# Every upstream points at the single stub server on loopback 127.0.0.1:9080.
routes: []
models:
- name: "reasoning"
address: "127.0.0.1:9080"
path: "/v1/chat/completions"
- name: "ornith:35b"
address: "127.0.0.1:9080"
path: "/v1/chat/completions"
- name: "qwen2.5:3b-instruct"
address: "127.0.0.1:9080"
path: "/v1/chat/completions"
- name: "nomic-ai/nomic-embed-text-v2-moe"
address: "127.0.0.1:9080"
path: "/v1/embeddings"
- name: "BAAI/bge-reranker-base"
address: "127.0.0.1:9080"
path: "/v1/rerank"