All - Activity - chatz - Rasa Community Forum

CALM Tutorial with Mistral

Hello, sorry for the late reply. I fixed this by running these two commands in my command line:

export OPENAI_API_KEY="sk-111111111111111111111111111111111111111111111111"
export OPENAI_API_BASE="http://127.0.0.1:5000/v1"

I found this dummy OPENAPI key somewhere in the internet I cannot remember w…

Local llm error with enviromental variable OPENAI key

Hello, sorry for the late reply. I fixed this by running these two commands in my command line:

export OPENAI_API_KEY="sk-111111111111111111111111111111111111111111111111"
export OPENAI_API_BASE="http://127.0.0.1:5000/v1"

I found this dummy OPENAPI key somewhere in the internet I cannot remember w…

Flows keep repeating or not calling the next flow

Hello everyone, I am trying to ask the user a series of questions and I am using flows with -link. But it seems like link is not working. Also even if I see that the slot of a flow is filled (so I believe the flow completed sucessfully) it may go the next flow and then return back to the flow that t…

Flows with conditions that are intents

thank you for your answer! So another question if I use both NLU and Flows how can I create the conversation order? Through flows? I mean like we used to do with stories, in flows I will say which flow calls the next one etc?

Local llm error with enviromental variable OPENAI key

yes I have tried like this but it is not working.

Local LLM with text-generation-webui steps

Hello, if the model takes too much time to generate I believe the problem is that your system is struggling to load the model. Maybe you should try to improve it by reducing the characters generated or other configuration variables.

How to use Rasa and TextGen

Hello everyone, has anyone used the textgen type llm? I have installed text-generation-webui and I run it with --extention api. Then in my endpoint.yml I have added this:

nlg:
  type: rephrase
  rephrase_all: true
llm:
  type: textgen
  model_url: "http://localhost:7860/"

How can I use Rasa Pro with local llm loaded with Flask

Hello everyone, I have finetuned gemma 2 with my data and I have loaded the model using flask to a local endpoint http://127.0.0.1:500. How can I use it for intent classification and rephrase? I am reading the documentation and I have tried multiple ways but I haven’t managed yet to do it.

How to make the chatbot to ask all the questions?

Hello everyone! I am working on a chatbot with medical questions. I have a collection of questions I would like to ask even if the conversation fails. I tried to continue from the point that the conversation fails but it is not working always very well. Is there a rule or something I am missing for …

How to deploy rasa chatbot on wordpress website

Hello! I am having the same error Error: xhr poll error.

Both the webpage and Rasa endpoint are running to the same server. Nothing is shown in the page except this error in the console. I am running rasa like that:

rasa run -m models --enable-api --cors \"*\" --debug

Stories are not working at all

Hello, I don’t remember exactly since it is a year ago. But for sure I didn’t use all these pipelines and changed the way I was using slots. So for example I created more general slots as erohmensing described. I think it didn’t work because I was overusing slots so it couldn’t decide how to proceed…

Training parameters (epochs, max_history)

hello! did you find any solution? Or maybe did you understand how it works? I have similar issues. Thank you

Connect rasa with speech to text engine

hello @Andre and @hari did you find any information? Thank you

Return image or video from rasa-webchat?

Hello everyone, can anyone help me in order to return an image or a video from custom action in Python to webchat in browser? Here is the link to the repository —> GitHub - mrbot-ai/rasa-webchat: A chat widget easy to connect to chatbot platforms such as Rasa Core

Rasa web chat add carousel or Card

Hello bikashkumars! Thanks for the answer. I have created buttons with custom paylod from rasa. Do you know if there is an example of code for creating card or carousel? Or another repository webchat that has card or carousel? Because I don’t know where to write in this repository as you say.