bstraehle commited on
Commit
bb60376
·
verified ·
1 Parent(s): d5ad63a

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -20,7 +20,7 @@ def get_writer_agent(model, verbose):
20
  goal="Write an article on topic: {topic}.",
21
  backstory="You're working on writing an article on topic: {topic}. "
22
  "You base your writing on the work of the Researcher, who provides context on this topic.",
23
- llm=ChatOpenAI(model=model, max_tokens=16384),
24
  tools = [today_tool()],
25
  allow_delegation=False,
26
  verbose=verbose
 
20
  goal="Write an article on topic: {topic}.",
21
  backstory="You're working on writing an article on topic: {topic}. "
22
  "You base your writing on the work of the Researcher, who provides context on this topic.",
23
+ llm=ChatOpenAI(model=model, max_tokens=32768),
24
  tools = [today_tool()],
25
  allow_delegation=False,
26
  verbose=verbose