Former-commit-id: 12e4e61f2359f2f3d3f155d37351a3585f26e156
pull/160/head
Kye 2 years ago
parent 7bb3bc7d60
commit 4c752c097a

@ -10,16 +10,10 @@ llm = OpenAIChat(
max_tokens=3000,
)
# Initialize the flow
## Initialize the workflow
flow = Flow(
llm=llm,
max_loops=5,
dashboard=True,
)
flow = Flow(
llm=llm,
max_loops=5,
max_loops=1,
dashboard=True,
# stopping_condition=None, # You can define a stopping condition as needed.
# loop_interval=1,

Loading…
Cancel
Save