Former-commit-id: b5af49a3a36dfaaf7c684f6cf8b31e5ae92dcfe6
pull/160/head
Kye 2 years ago
parent 1f5db7655e
commit 9c6c854d50

@ -39,7 +39,7 @@ class Worker:
llm=None,
openai: bool = True,
):
self.openai_api_key = openai_api_keyd
self.openai_api_key = openai_api_key
self.temperature = temperature
self.human_in_the_loop = human_in_the_loop

Loading…
Cancel
Save