From cf25f74adb29c0cbeab4382d02e5b1c36f9e6dfe Mon Sep 17 00:00:00 2001 From: Gene Kogan Date: Tue, 19 Dec 2023 20:12:32 -0800 Subject: [PATCH] debug --- src/common/logos.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/logos.py b/src/common/logos.py index cd9ff2a..2c6036e 100644 --- a/src/common/logos.py +++ b/src/common/logos.py @@ -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={