openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Chatbot starter app used in conference

Open colin-openai opened this issue 2 years ago • 3 comments
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.

colin-openai avatar Mar 10 '23 10:03 colin-openai

I am heads down so cannot review until next week FYI

logankilpatrick avatar Mar 10 '23 11:03 logankilpatrick

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.

ted-at-openai avatar Mar 16 '23 23:03 ted-at-openai

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

ted-at-openai avatar Mar 16 '23 23:03 ted-at-openai