zelk12 commited on
Commit
8064cc8
·
verified ·
1 Parent(s): 2134b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")