33 lines
672 B
YAML
33 lines
672 B
YAML
display_information:
|
|
name: ChatGPT (dev)
|
|
features:
|
|
app_home:
|
|
home_tab_enabled: false
|
|
messages_tab_enabled: true
|
|
messages_tab_read_only_enabled: false
|
|
bot_user:
|
|
display_name: ChatGPT Bot (dev)
|
|
always_online: true
|
|
oauth_config:
|
|
scopes:
|
|
bot:
|
|
- app_mentions:read
|
|
- channels:history
|
|
- groups:history
|
|
- im:history
|
|
- mpim:history
|
|
- chat:write.public
|
|
- chat:write
|
|
- users:read
|
|
settings:
|
|
event_subscriptions:
|
|
bot_events:
|
|
- app_mention
|
|
- message.channels
|
|
- message.groups
|
|
- message.im
|
|
- message.mpim
|
|
interactivity:
|
|
is_enabled: true
|
|
socket_mode_enabled: true
|