machine-learning/hm-rasa/credentials.yml
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/messaging-and-voice-channels
---
rest:
# You don't need to provide anything here - this channel doesn't require any credentials
telegram:
access_token: "xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
verify: "hongbomiao_bot"
webhook_url: "https://xxx.ngrok-free.app/webhooks/telegram/webhook"
# This entry is needed if you are using Rasa X. The entry represents credentials for the Rasa X "channel",
# i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"