15 lines
429 B
YAML
15 lines
429 B
YAML
model:
|
|
default: "free" # 9router combo name — 9router picks the model
|
|
provider: "custom"
|
|
base_url: "http://127.0.0.1:20128/v1"
|
|
api_key: "REPLACE_WITH_9ROUTER_API_KEY" # from 9router dashboard → API section
|
|
|
|
messaging:
|
|
telegram:
|
|
enabled: true
|
|
token: "REPLACE_WITH_TELEGRAM_BOT_TOKEN"
|
|
allowed_user_ids:
|
|
- "REPLACE_WITH_TELEGRAM_USER_ID"
|
|
home_channel: telegram
|
|
deliver: telegram
|