Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ except Exception as e:
|
|
| 20 |
exit()
|
| 21 |
|
| 22 |
# Define the LLM
|
| 23 |
-
llm = "gemini/gemini-1.5-flash
|
| 24 |
|
| 25 |
# Initialize the tool for internet searching capabilities
|
| 26 |
try:
|
|
|
|
| 20 |
exit()
|
| 21 |
|
| 22 |
# Define the LLM
|
| 23 |
+
llm = "gemini/gemini-1.5-flash" # Your LLM model
|
| 24 |
|
| 25 |
# Initialize the tool for internet searching capabilities
|
| 26 |
try:
|