Alexandre Gazola commited on
Commit
ef55af7
·
1 Parent(s): 1cf59de
Files changed (1) hide show
  1. 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.4,
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 = [