Closed Jasonqi146 closed 5 months ago
This issue could be resolved by installing the dev options, however not by installing sotopia directly.
@Jasonqi146 Did you use the poetry install
method or the pip install sotopia
method?
I used pip install sotopia
Is this still a bug with the latest sotopia version?
Closing this issue due to no response from the OP. Feel free to reopen if the problem still exists.
Description of the bug
LLMChain class seems to require more implementation in generate.py/obtain_chain()
Steps To Reproduce
pdb.set_trace()
to line 335 at generate.py beforechain = LLMChain(llm=chat, prompt=chat_prompt_template)
python examples/minimalist_demo.py
Additional Information
No response