crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Home Page:https://crewai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using crewai.kickoff, if the output from LLM is too long, the output is cut off midway

miagi-quyenhn opened this issue · comments

I want to check if the LLM API output has been output to the end, get the results to the end, and display the results in the browser.
Returns are missing when I use llm=gpt-3.5-turbo, max_tokens=256
self.llm = ChatOpenAI(model_name="gpt-3.5-turbo", temperature=0.4, max_tokens=256)
Evidence:
image