Spaces:
Sleeping
Sleeping
Update langchain_agent.py
Browse files- langchain_agent.py +1 -1
langchain_agent.py
CHANGED
@@ -27,7 +27,7 @@ class LangChainAgent:
|
|
27 |
llm = ChatGoogleGenerativeAI(
|
28 |
model=constants.MODEL,
|
29 |
api_key=constants.API_KEY,
|
30 |
-
temperature=0.
|
31 |
timeout=20)
|
32 |
|
33 |
tools = [
|
|
|
27 |
llm = ChatGoogleGenerativeAI(
|
28 |
model=constants.MODEL,
|
29 |
api_key=constants.API_KEY,
|
30 |
+
temperature=0.6,
|
31 |
timeout=20)
|
32 |
|
33 |
tools = [
|