Skip to content

Quickly create a Proof of Concept for your Chatbot

License

Notifications You must be signed in to change notification settings

IvanCampos/ChatPOC

Repository files navigation

ChatPOC

Quickly create a Proof of Concept UI for your chatbot

Instructions

  1. create a .env file with your OPENAI_API_KEY
  2. install dependencies: pip install -r requirements.txt
  3. in your terminal, run: streamlit run ChatPOC.py