Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ from langchain.agents import initialize_agent
|
|
6 |
from langchain.agents import AgentType
|
7 |
from langchain.tools import DuckDuckGoSearchRun
|
8 |
import os
|
9 |
-
from google.colab import userdata # Securely storing API keys
|
10 |
|
11 |
|
12 |
# Configure LangChain LLM with Gemini
|
|
|
6 |
from langchain.agents import AgentType
|
7 |
from langchain.tools import DuckDuckGoSearchRun
|
8 |
import os
|
|
|
9 |
|
10 |
|
11 |
# Configure LangChain LLM with Gemini
|