GDGCochabamba / gdg-copilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDG Copilot

Pre-requisites

  1. OpenAI API Key
  2. Docker

Setup

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

  2. Start chatting with the GDG Copilot

About


Languages

Language:Python 87.5%Language:Dockerfile 9.2%Language:CSS 3.3%