Spaces:
Sleeping
Sleeping
Update src/chat_langraph.py
Browse files- src/chat_langraph.py +1 -2
src/chat_langraph.py
CHANGED
|
@@ -19,8 +19,7 @@ class chatstate(TypedDict):
|
|
| 19 |
messages: Annotated[List[BaseMessage], add_messages]
|
| 20 |
|
| 21 |
# API keys (replace with your real keys or environment variables)
|
| 22 |
-
|
| 23 |
-
LANGSEARCH_API_KEY = "sk-f1a8f996f9e44b43adf9943e43e8582b"
|
| 24 |
|
| 25 |
# LLM
|
| 26 |
llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash", temperature=0.2, api_key=api)
|
|
|
|
| 19 |
messages: Annotated[List[BaseMessage], add_messages]
|
| 20 |
|
| 21 |
# API keys (replace with your real keys or environment variables)
|
| 22 |
+
|
|
|
|
| 23 |
|
| 24 |
# LLM
|
| 25 |
llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash", temperature=0.2, api_key=api)
|