Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
ef55af7
1
Parent(s):
1cf59de
fix
Browse files- langchain_agent.py +1 -1
langchain_agent.py
CHANGED
@@ -23,7 +23,7 @@ class LangChainAgent:
|
|
23 |
llm = ChatGoogleGenerativeAI(
|
24 |
model=constants.MODEL,
|
25 |
api_key=constants.API_KEY,
|
26 |
-
temperature=0.
|
27 |
timeout=20)
|
28 |
|
29 |
tools = [
|
|
|
23 |
llm = ChatGoogleGenerativeAI(
|
24 |
model=constants.MODEL,
|
25 |
api_key=constants.API_KEY,
|
26 |
+
temperature=0.1,
|
27 |
timeout=20)
|
28 |
|
29 |
tools = [
|