agazo commited on
Commit
ff65ff2
·
verified ·
1 Parent(s): 1361e95

Update langchain_agent.py

Browse files
Files changed (1) hide show
  1. 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.2,
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 = [