All - Activity - GrigoriPerelmann - Rasa Community Forum

LLM mapping as fallback for slot mappings

So I use Rasa CALM 3.15.6. I wanted to make response times faster for my bot. I have multiple yes/no questions in the bot. I wanted to let their slots be filled with the from_intent mapping instead of from_llm. I have declared the needed intents already and training the model works. But it’s not c…

LLM_API_HEALTH_CHECK fails even though llm is available

Ok I solved it. For anyone who had the same problem. I followed the tutorial using a devcontainer. I forgot to use the docker variable for my host network. Changing the config to:

models:
  - provider: self-hosted
    model: openai/gpt-oss-20b
    api_base: "http://host.docker…"

Hi my first question on this forum: I use Rasa 3.14 and I want to use a self-hosted llm from my machine. I use LMStudio to deploy it on localhost. But I get an error, that the LLM_API_HEALTH_CHECK fails. I couldn't find what that health check request looks like so I could test it manually. My LLM is …