prompttools icon indicating copy to clipboard operation
prompttools copied to clipboard

OpenAI Chat Experiment Example dependency issue fix

Open kwikiel opened this issue 1 year ago • 1 comments

🐛 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"

kwikiel avatar Jan 24 '24 12:01 kwikiel

Hi,

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

NivekT avatar Jan 24 '24 22:01 NivekT