hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.55k stars 216 forks source link

Error when running promptools #94

Closed filopedraz closed 8 months ago

filopedraz commented 9 months ago

🐛 Describe the bug

After installing the dependencies and running the app with streamlit I get:

ModuleNotFoundError: No module named 'pyperclip'

Both streamlit and pyperclip don't seem to be part of the dependencies.

steventkrawczyk commented 9 months ago

Thanks for the heads up! We have a separate requirements file for the playground at https://github.com/hegelai/prompttools/blob/main/prompttools/playground/requirements.txt. We'll figure out a better way to surface this requirement.