Skip to content

GDGCochabamba/gdg-copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published