Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def stream_gemini_response(user_message: str, messages: list) -> Iterator[list]:
|
|
73 |
# Format chat history for Gemini
|
74 |
chat_history = format_chat_history(messages)
|
75 |
|
76 |
-
print(f"hist {chat_history}")
|
77 |
|
78 |
# Initialize Gemini chat
|
79 |
print("Chat parameter")
|
|
|
73 |
# Format chat history for Gemini
|
74 |
chat_history = format_chat_history(messages)
|
75 |
|
76 |
+
#print(f"hist {chat_history}")
|
77 |
|
78 |
# Initialize Gemini chat
|
79 |
print("Chat parameter")
|