4172637469634d6f6e6b6579733a33312e30372e32343a32303a3038
Browse files
app.py
CHANGED
@@ -52,6 +52,8 @@ def main():
|
|
52 |
|
53 |
prompt = None
|
54 |
response = None
|
|
|
|
|
55 |
|
56 |
except Exception as e:
|
57 |
print(f"An error occurred in main finction, reasone is: {e}")
|
|
|
52 |
|
53 |
prompt = None
|
54 |
response = None
|
55 |
+
|
56 |
+
print(f"Prompt: {prompt}, response: {response}")
|
57 |
|
58 |
except Exception as e:
|
59 |
print(f"An error occurred in main finction, reasone is: {e}")
|