You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
# LLM Model Configurations
|
|
|
|
models:
|
|
# The "Master Switch"
|
|
default: deepseek_r1
|
|
|
|
providers:
|
|
# Provider: OpenRouter
|
|
openrouter:
|
|
api_key: ${OPENROUTER_API_KEY}
|
|
base_url: ${OPENROUTER_BASE_URL}
|
|
models:
|
|
deepseek_r1:
|
|
id: "openai/gpt-oss-120b"
|
|
temperature: 0.6
|
|
max_tokens: 4096
|
|
|
|
# Rate limiting
|
|
rate_limits:
|
|
requests_per_minute: 60
|
|
tokens_per_minute: 100000
|