Hello everyone,
I have installed the latest rasa version and I am trying to use a local llm but I get this error:
Unable to create the LLM client for component - ContextualResponseRephraser.
Please make sure you specified the required environment variables.
Error: Environment variables: ['OPENAI_API_KEY'] not set. Required for API calls.
looks like we have the same problem using a Mistral model. First we got an error that says the command generator needs an OPENAI_API_KEY and after disabling the flow retrieval like in this post Rasa Pro Tutorial with Azure OpenAI Service not working - #2 by emilymoore04
we can train successfully but when chatting with the bot, another tool asks for the OPENAI_API_KEY
What we are trying is just get some experience with CALM with our Mistral model. And we are trying to get the default tutorial running with this model (Tutorial)