mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
feat:add support for slack
This commit is contained in:
@@ -94,6 +94,14 @@
|
||||
"adapter":"telegram",
|
||||
"enable": false,
|
||||
"token":""
|
||||
},
|
||||
{
|
||||
"adapter":"slack",
|
||||
"enable":true,
|
||||
"bot_token":"",
|
||||
"signing_secret":"",
|
||||
"host":"0.0.0.0",
|
||||
"port":2288
|
||||
}
|
||||
],
|
||||
"track-function-calls": true,
|
||||
|
||||
Reference in New Issue
Block a user