Former-commit-id: 6630588eae
group-chat
Kye 1 year ago
parent f62e0fa51b
commit e3f465ef07

@ -63,13 +63,13 @@ class Worker:
external_tools = None, external_tools = None,
human_in_the_loop=False, human_in_the_loop=False,
temperature=0.5, temperature=0.5,
llm=None, # llm=None,
openai: bool = True, # openai: bool = True,
): ):
self.openai_api_key = openai_api_key self.openai_api_key = openai_api_key
self.temperature = temperature self.temperature = temperature
self.human_in_the_loop = human_in_the_loop self.human_in_the_loop = human_in_the_loop
self.openai = openai # self.openai = openai
# if self.openai is True: # if self.openai is True:

Loading…
Cancel
Save