7 lines
271 B
Bash
7 lines
271 B
Bash
# A Botpress Bot ID that belongs to you.
|
|
# Can be any bot, as long as it has 'openai' integration and 'browser' integration installed
|
|
CLOUD_BOT_ID=your_bot_id
|
|
|
|
# Your Personal Access Token for Botpress, you can create one from the Botpress dashboard
|
|
CLOUD_TOKEN=pat_....
|