Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def get_pdf_content():
|
|
23 |
|
24 |
# Configure model with system prompt and PDF content
|
25 |
model = genai.GenerativeModel(
|
26 |
-
model_name="gemini-
|
27 |
generation_config={
|
28 |
"temperature": 0.9,
|
29 |
"top_p": 1,
|
|
|
23 |
|
24 |
# Configure model with system prompt and PDF content
|
25 |
model = genai.GenerativeModel(
|
26 |
+
model_name="gemini-2.0-flash",
|
27 |
generation_config={
|
28 |
"temperature": 0.9,
|
29 |
"top_p": 1,
|