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

Home Page:https://rasagpt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

users cannot get response from Telegram

tienhung36 opened this issue · comments

I found that when the intent is judged as 'greet', users cannot get response from Telegram.
when the intent is judged as 'out_of_scope', users can get response from Telegram.

rasa_core log when can get response from telegram:
rasa.core.processor - Received user message 'About Pepe Corp' with intent '{'name': 'out_of_scope', 'confidence': 0.9581602811813354}' and entities '[]'

rasa_core log when cannot get response from telegram:
rasa.core.processor - Received user message 'Tell me about Pepe Corp' with intent '{'name': 'greet', 'confidence': 0.9222689867019653}' and entities '[]'