Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ async def extract_with_gemini(url, api_key, prompt):
|
|
| 54 |
)
|
| 55 |
|
| 56 |
llm_config = LLMConfig(
|
| 57 |
-
provider="gemini/gemini-
|
| 58 |
api_token=api_key
|
| 59 |
)
|
| 60 |
|
|
|
|
| 54 |
)
|
| 55 |
|
| 56 |
llm_config = LLMConfig(
|
| 57 |
+
provider="gemini/gemini-2.5-flash",
|
| 58 |
api_token=api_key
|
| 59 |
)
|
| 60 |
|