Skip to content

Commit

Permalink
edit handle to EchoBotDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hui Kang Tong committed Aug 9, 2024
1 parent 1520e88 commit df3cba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_tutorial_bots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# You need to change the bot handle

# poe.com/EchoBotDemonstration
BOT_NAME="EchoBotDemonstration"; modal deploy --name $BOT_NAME echobot.py
BOT_NAME="EchoBotDemo"; modal deploy --name $BOT_NAME echobot.py

# poe.com/CatBotDemo
BOT_NAME="CatBotDemo"; modal deploy --name $BOT_NAME catbot/__init__.py; curl -X POST https://api.poe.com/bot/fetch_settings/$BOT_NAME/$POE_ACCESS_KEY
BOT_NAME="CatBotDemo"; modal deploy --name $BOT_NAME catbot.py; curl -X POST https://api.poe.com/bot/fetch_settings/$BOT_NAME/$POE_ACCESS_KEY

# poe.com/AllCapsBotDemo
BOT_NAME="AllCapsBotDemo"; modal deploy --name $BOT_NAME turbo_allcapsbot.py; curl -X POST https://api.poe.com/bot/fetch_settings/$BOT_NAME/$POE_ACCESS_KEY
Expand Down

0 comments on commit df3cba3

Please sign in to comment.