Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Michalsky committed Mar 26, 2024
1 parent 4695505 commit ae5dd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion salesgpt/salesgptapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ async def do(self, human_input=None):
# TODO - handle end of conversation in the API - send a special token to the client?
if self.verbose:
print("=" * 10)
print(ai_log)
print(f"AI LOG {ai_log}")

if (
self.sales_agent.conversation_history
and "<END_OF_CALL>" in self.sales_agent.conversation_history[-1]
Expand Down

0 comments on commit ae5dd2c

Please sign in to comment.