mhamoody commited on
Commit
35b7a52
·
verified ·
1 Parent(s): 7159322
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
10
  IMAGE_WIDTH = 512
11
 
12
  system_instruction_analysis = "You are an expert of the given topic. Analyze the provided text with a focus on the topic, identifying recent issues, recent insights, or improvements relevant to academic standards and effectiveness. Offer actionable advice for enhancing knowledge and suggest real-life examples."
13
- model_name = "gemini-1.5-flash"
14
 
15
  # Initialize model (will be configured with API key in bot function)
16
  model = None
 
10
  IMAGE_WIDTH = 512
11
 
12
  system_instruction_analysis = "You are an expert of the given topic. Analyze the provided text with a focus on the topic, identifying recent issues, recent insights, or improvements relevant to academic standards and effectiveness. Offer actionable advice for enhancing knowledge and suggest real-life examples."
13
+ model_name = "gemini-2.5-flash"
14
 
15
  # Initialize model (will be configured with API key in bot function)
16
  model = None