Edit config example

This commit is contained in:
Hua 2026-02-13 21:38:23 +01:00
parent 300cd95e03
commit b5cab62d7a

View file

@ -14,7 +14,9 @@
"enabled": false,
"token": "YOUR_TELEGRAM_BOT_TOKEN",
"proxy": "",
"allow_from": ["YOUR_USER_ID"]
"allow_from": [
"YOUR_USER_ID"
]
},
"discord": {
"enabled": false,
@ -99,10 +101,6 @@
"api_key": "YOUR_BRAVE_API_KEY",
"max_results": 5
},
"duckduckgo": {
"enabled": true,
"max_results": 5
},
"perplexity": {
"enabled": false,
"api_key": "pplx-xxx",
@ -118,4 +116,4 @@
"host": "0.0.0.0",
"port": 18790
}
}
}