Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ ROUTER_IMAGE="localhost/llm-routing-dev:latest"

# Shared infrastructure (same llama classifier across dev & prod)
LLAMA_CLASSIFIER_URL="https://x570.vendeuvre.lan/llm-routing/llama/v1"
LLAMA_SERVER_URL="https://x570.vendeuvre.lan/llm-routing/llama"
2 changes: 2 additions & 0 deletions router/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ router:
api_key: "os.environ/ROUTER_API_KEY"
model: "qwen-4b-routing"

llama_server_url: "os.environ/LLAMA_SERVER_URL"

classification_rules:
system_prompt: |
Classify the coding task complexity. Output ONLY the tier name.
Expand Down
Loading