Spaces:
Sleeping
Sleeping
improvements in the logic
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ tavily_tool = TavilySearch(
|
|
| 110 |
|
| 111 |
# ----- LLM + Agents -----
|
| 112 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 113 |
-
llm = ChatGoogleGenerativeAI(model="gemini-2.5-pro-
|
| 114 |
|
| 115 |
from langgraph.prebuilt import create_react_agent
|
| 116 |
agent_3_meals = create_react_agent(
|
|
|
|
| 110 |
|
| 111 |
# ----- LLM + Agents -----
|
| 112 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 113 |
+
llm = ChatGoogleGenerativeAI(model="gemini-2.5-pro-preview-03-25", google_api_key=google_api_key)
|
| 114 |
|
| 115 |
from langgraph.prebuilt import create_react_agent
|
| 116 |
agent_3_meals = create_react_agent(
|