Former-commit-id: f53236a070
jojo-group-chat
Kye 1 year ago
parent 72cf1a2e57
commit 0598b64df6

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

Loading…
Cancel
Save