Docs: 9router + Hermes Agent local AI stack with Telegram (9router routes model via combo)
This commit is contained in:
14
files/config.yaml
Normal file
14
files/config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user