zelk12 commited on
Commit
c2a5dbd
·
verified ·
1 Parent(s): 5365097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ used_model = "gemini-2.5-pro-exp-03-25"
20
  # we will be using the Gemini 2.0 Flash model with Thinking capabilities
21
  model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
22
 
23
- print(f"add model {used_model} colplete\n")
24
 
25
  def format_chat_history(messages: list) -> list:
26
  print("\nstart format history")
 
20
  # we will be using the Gemini 2.0 Flash model with Thinking capabilities
21
  model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
22
 
23
+ print(f"add model {used_model} complete\n")
24
 
25
  def format_chat_history(messages: list) -> list:
26
  print("\nstart format history")