mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 23:19:33 +08:00
14 lines
830 B
Plaintext
14 lines
830 B
Plaintext
config deepbot 'main'
|
|
option token 'YOUR_BOT_TOKEN' # Telegrab BOT token (from @BotFather)
|
|
option deepseek_key 'YOUR_DEEPSEEK_KEY' # AI API key
|
|
option deepseek_url 'https://api.deepseek.com/v1/chat/completions' # API URL
|
|
option model 'deepseek-chat' # use AI model (e.g deepseek-chat or deepseek/deepseek-chat)
|
|
option proxy '' # Proxy server (proxy_type://host:port[@username:passwd] see man curl)
|
|
option admin_id '123456789' # Admin Telegram ID
|
|
option whitelist_mode 'none' # Whitelist mode: all, private, chat, none
|
|
option database '/usr/share/deepbot/chat_history.db' # SQLite3 database path
|
|
option token_limit '10000' # Token linit per day
|
|
option rate_limit '5' # Max replies per user in one min
|
|
option group_mention_only '1' # Reply queris in public chats
|
|
option debug '0' # Verbose log (stdout)
|