Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 576 Bytes

ChatGPT with Rasa

  • This project shows how you can leverage OpenAI GPT-3.5/GPT-4 to handle nlu_fallback cases.
  • Not only we handle nlu_fallback, Also revert user query to the previous story point. So that the story flow is not disturbed.

UseCase

  • Handle scenario where user query reaches to nlu_fallback state without disturbing the story flow.
  • Preserves the Conversation flow.

To read more, I have added a detailed blog on how we are handling nlu_fallback in Rasa using OpenAI CHAT API. Here is the link: [https://pythonwarriors.com/how-to-use-chatgpt-with-rasa/]