Skip to content

Commit

Permalink
Remove a stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Jan 7, 2025
1 parent 2ecb68d commit f201b9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eve/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ async def async_prompt_thread(
data={"content": content, "tool_calls": tool_calls, "stop": stop},
)

print("CONTENT", content)

# create assistant message
assistant_message = AssistantMessage(
content=content or "",
Expand Down

0 comments on commit f201b9d

Please sign in to comment.