Former-commit-id: 82a7757fb2393cf8a7edbac3665c0a47684b753c
pull/160/head
Kye 2 years ago
parent d6b7b93aaf
commit 64dce3fc98

@ -129,7 +129,7 @@ class BossNode:
if not self.api_key:
raise ValueError("[BossNode][ValueError][API KEY must be provided either as an argument or as an environment variable API_KEY]")
self.llm = self.initialize_llm(self.llm_class)
self.llm = llm_class
todo_prompt = PromptTemplate.from_template(boss_system_prompt)
todo_chain = LLMChain(llm=self.llm, prompt=todo_prompt)

Loading…
Cancel
Save