Replies: 4 comments 1 reply
-
Same issue happening occasionally with Claude 3.7 Sonnet when using SerperDevTool. |
Beta Was this translation helpful? Give feedback.
-
same issue with gemini |
Beta Was this translation helpful? Give feedback.
-
same issue happending when using gemini, but works well with openai/deepseek. Also it seems that there's hallucination/parsing problem using gemini/claude, where agents may tend to make up something according to the tool output. |
Beta Was this translation helpful? Give feedback.
-
Hi folks! Does anyone have a Crew snippet? The models most often mentioned are medium/large ones, so this issue shouldn't be happening. I also ran extensive tests using Claude 3.7 and Gemini models, and I didn't encounter any issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using 4o-mini to build and test, and when everything was running well (as in the code runs from start to finish, not that the quality of the output was fantastic), I switched to Claude 3.5 Sonnet. That was when I got the "Received None or empty response from LLM call".
Anyone else encountering this problem?
I tried the solution outlined here: https://community.crewai.com/t/why-am-i-getting-the-invalid-response-from-llm-call-none-or-empty-error-with-my-custom-tool-if-using-anthropic-llm-but-not-with-openai-llm/1571/8
It did work for me, but there's no answer from the CrewAI team about why or how this happened, and I'm not too comfortable with resorting to
use_system_prompt=False
in production when I don't know what system prompts are being removed.Can someone from the CrewAI please address this?
Beta Was this translation helpful? Give feedback.
All reactions