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

OpenAI Chat Experiment Example dependency issue fix #121

Open kwikiel opened 5 months ago

kwikiel commented 5 months ago

🐛 Describe the bug

In # OpenAI Chat Experiment Example I've had to change the requirements install script to the below and the below version is working. Will contribute a PR soon fixing those dependencies.

!pip install fastapi kaleido python-multipart uvicorn cohere tiktoken pandas==1.5.3 ipykernel==5.5.6 ipython==7.34.0 tornado==6.3.2 decorator==4.0.2 jupyter-client==5.3.4 pyzmq==22.0.0 "typing-extensions<4.6.0"
NivekT commented 5 months ago

Hi,

Thanks for raising this issue. We are happy to review a PR once you have narrowed down what changes are necessary.