Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 20, 2023
1 parent 62db744 commit cf25f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/logos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@


def request_logos_assistant(api_url: str, assistant: dict, interaction: dict):

print("----")
print(assistant)
print(interaction)
print("----")

response = requests.post(
f"{api_url}/interact",
json={
Expand Down

0 comments on commit cf25f74

Please sign in to comment.