Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 407 Bytes

Goog Goog

Simple Bot for short event

Installation

  1. git clone
  2. pip install rasa rasa-x
  3. pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Run Rasa X

  1. rasa x

Deployment

  1. docker-compose up

Talk to Bot

  1. POST http://localhost:5005/webhooks/rest/webhook with json payload
    {
      "sender": "Rasa",
      "message": "Hi there!"
    }