Skip to content

mynamegabe/GPTutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPTutor

A Top 8 NUS Hack&Roll Project

https://devpost.com/software/gptutor

Dependencies

pip3 install -r requirements.txt

Usage

The application uses the GPT3 API to send prompts and receive responses. This requires your OpenAI API Key as it will spend tokens when making requests to the API, specifically using the davinci model which costs $0.02/1000 tokens. To set the API key, save the API key into an environment variable named "OPENAI_KEY".

export OPENAI_KEY=sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
python3 app.py

About

A web application that generates and presents educational content using GPT3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors