aiqcamp commited on
Commit
0950619
·
verified ·
1 Parent(s): b57c2bc

Update app.py

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