Received None or empty response from LLM call.
An unknown error occurred. Please check the details below.
Error details: Invalid response from LLM call - None or empty.
An unknown error occurred. Please check the details below.
Error details: Invalid response from LLM call - None or empty.
This error occurs when I use the model (Llama with groq), but the same code works fine with OpenAI models. How can we use groq models for this?
1 Like
To boost your chances of getting a good answer, I’d suggest providing more context. It would really help to know which LLM you’re trying to use when you hit that error, and preferably, include a minimal code example so we can reproduce the issue.
But when I use the OpenAI model, it doesn’t give these errors. I thought these errors occur only with open-source LLMs
1 Like
Hi , is there a fix for this ?
Apart from using open ai models
Made it work. LLM’s through groq offer 6000 tokens only , therefore we need to ask the agent to keep the answer precise and short. Sometimes it might work sometimes it might exceed the limit, that’s when this error arrises.
1 Like