pull/55/head
Kye 2 years ago
parent c527b18964
commit d4b210e12c

@ -39,7 +39,7 @@ class Worker:
llm=None, llm=None,
openai: bool = True, openai: bool = True,
): ):
self.openai_api_key = openai_api_keyd 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

Loading…
Cancel
Save