33 lines
531 B
YAML
33 lines
531 B
YAML
server:
|
|
host: 0.0.0.0
|
|
port: 8001
|
|
workers: 1
|
|
rate_limit: 60
|
|
llm:
|
|
providers:
|
|
test:
|
|
type: openai
|
|
base_url: ''
|
|
max_tokens: 4096
|
|
timeout: 120.0
|
|
api_key: ''
|
|
model_aliases:
|
|
default: bailian-coding/qwen3.7-plus
|
|
coder: bailian-coding/qwen3-coder-plus
|
|
session:
|
|
backend: memory
|
|
bus:
|
|
backend: memory
|
|
task_store:
|
|
backend: memory
|
|
skills:
|
|
auto_discover: true
|
|
paths:
|
|
- ./configs/skills
|
|
logging:
|
|
level: INFO
|
|
format: text
|
|
router:
|
|
classifier: heuristic
|
|
auction_enabled: false
|