draft bug fix

This commit is contained in:
Jeff Tang 2024-12-11 18:14:44 -08:00
parent 61e837380c
commit a7d29952b0
3 changed files with 7 additions and 3 deletions

View file

@ -123,7 +123,7 @@ async def main():
elif tool_name == "get_pdf_summary":
output = result
print(f"\n-------------------------\n\nGmagent: {output}\n")
print(f"\n-------------------------\n\nAgent: {output}\n")
elif log.role == "inference":
print("Llama returned: ", end="")
else: