Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
9
  genai.configure(api_key=GEMINI_API_KEY)
10
 
11
  # we will be using the Gemini 2.0 Flash model with Thinking capabilities
12
- model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-1219")
13
 
14
 
15
  def format_chat_history(messages: list) -> list:
 
9
  genai.configure(api_key=GEMINI_API_KEY)
10
 
11
  # we will be using the Gemini 2.0 Flash model with Thinking capabilities
12
+ model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
13
 
14
 
15
  def format_chat_history(messages: list) -> list: