openai-cookbook
openai-cookbook copied to clipboard
Chatbot starter app used in conference
trafficstars
I'm looking to merge the notebook and basic streamlit apps used at a conference to demonstrate a starting point for using ChatGPT API with your own data.
Appreciate a rapid review so I can share with the attendees.
I am heads down so cannot review until next week FYI
Looks cool. I started to go through it.
- VS code is pointing out that a number of packages and variables at the top of the notebook end up not being used (can delete those)
- I tried running the docker command but immediately hit an error:
ted@oai-ted openai-cookbook % docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.I assume I need to turn Docker on or something before running the command; if that's right, could be good to mention it so people unfamiliar with Docker don't get stuck.
Also, if you want to share it with attendees rapidly, I'm fine with:
- giving them a link to this branch instead of main
- merging with main, and then just making any needed fixes later