bstraehle commited on
Commit
2ae2b64
·
verified ·
1 Parent(s): 741cd41

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -87,7 +87,7 @@ def create_graph(model, topic):
87
  ]
88
  ).partial(options=str(options), members=", ".join(members))
89
 
90
- llm = ChatOpenAI(model=model, max_tokens=10000)
91
 
92
  supervisor_chain = (
93
  prompt
 
87
  ]
88
  ).partial(options=str(options), members=", ".join(members))
89
 
90
+ llm = ChatOpenAI(model=model, max_tokens=10000, temperature=0)
91
 
92
  supervisor_chain = (
93
  prompt