Replies: 2 comments
-
Same issue happening occasionally with Claude 3.7 Sonnet when using SerperDevTool. |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue with gemini |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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