Error while using ollama llama3.1 - Rasa CALM - Rasa Community Forum
👋 Introducing the Rasa Playground
Error while using ollama llama3.1
Post by alaa-sayed-ai-expert-flow on Sep 24, 2024
I am getting that error
ERROR rasa.dialogue_understanding.generator.llm_based_command_generator - [error] llm_based_command_generator.llm.error error=ProviderClientAPIException(“\nOriginal error: litellm.APIError: APIError: OpenAIException - Error code: 500 - {'error': {'message': 'llama runner process no longer running: -1 ', 'type': 'api_error', 'param': None, 'code': None}}”)
Let me Share with you The structure of my files first:
The structure of data files:
config.yml:
flows.yml:
nlu.yml:
patterns.yml:
rules.yml:
stories.yml:
domain.yml:
For Running command I am using that:
It needs OPENAI API KEY just for running and can’t run without it:
export OPENAI_API_KEY=*************
export RASA_PRO_LICENSE=eyJhbGciOiJSUzI1NiIsIn...
RASA train rasa shell
but I am getting the above error.