I am still having issues with GPT 5.
I get the following messages
Error parsing LLM output, agent will retry: I did it wrong. Tried to both perform Action and give a Final Answer at the same time, I must do one or the other
Error parsing LLM output, agent will retry: I did it wrong. Tried to both perform Action and give a Final Answer at the same time, I must do one or the other
Error parsing LLM output, agent will retry: I did it wrong. Tried to both perform Action and give a Final Answer at the same time, I must do one or the other
Error parsing LLM output, agent will retry: I did it wrong. Tried to both perform Action and give a Final Answer at the same time, I must do one or the other
Error parsing LLM output, agent will retry: I did it wrong. Tried to both perform Action and give a Final Answer at the same time, I must do one or the other
I am using
gpt_5_llm = LLM(model="openai/gpt-5", drop_params=True, additional_drop_params=["stop", "temperature"])
When i use 4.1 or Gemini it works. For CrewAI I have stopped using GPT 5.. Any wisdom from the community for resolving this.. or is it just to wait for it to get a solid LLM implementation?