paulpierre / RasaGPT

💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram
https://rasagpt.dev
MIT License
2.36k stars 227 forks source link

Anyone who can fix the issue? action_gpt_fallback or action_default_fallback #45

Open F46886799 opened 1 year ago

F46886799 commented 1 year ago
          I took a deeper look into this issue and found this out that it seems to be an issue with `rasa.core.policies.rule policy`.

A response to the user ist sent by There is a rule for the next action 'action_gpt_fallback' and a Predicted next action 'action_ apt_ fallback' with confidence 1.00 and no response is sent when the policy returns There is no applicable rule. and Predicted next action 'action_default_fallback' with confidence 0.30.

I'm new to rasa, will try to look further into it. But just fyi if you are faster ;-)

Debug

Originally posted by @OmidH in https://github.com/paulpierre/RasaGPT/issues/7#issuecomment-1545679498

I have the same issue, when the action is action_gpt_fallback it works ok, it has nothing to respose when the action is action_default_fallback, it blocks me almost a month...., help me please.