- OpenAI API Key
- Docker
- Create .env file in the root directory and add the following variable:
OPENAI_API_KEY='<YOUR_OPENAI_API_KEY>'
- Build with Docker
docker build -t gdg-copilot:0.0.1 .
- Run the Docker container
docker run -p 8000:80 -d gdg-copilot:0.0.1
-
Open the browser and navigate to http://localhost:8000
-
Start chatting with the GDG Copilot