aiqcamp commited on
Commit
417aa68
Β·
verified Β·
1 Parent(s): b9f4ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ marketing_transformation_categories = {
168
  def query_gemini_api(prompt):
169
  try:
170
  # Use a stable model
171
- model = genai.GenerativeModel('gemini-pro')
172
 
173
  # Generate content with a simple approach
174
  response = model.generate_content(prompt)
 
168
  def query_gemini_api(prompt):
169
  try:
170
  # Use a stable model
171
+ model = genai.GenerativeModel('gemini-2.0-flash-thinking-exp-01-21')
172
 
173
  # Generate content with a simple approach
174
  response = model.generate_content(prompt)