Skip to content

Implements GPT-3 AI to generate texts using questions or descriptions as inputs

License

Notifications You must be signed in to change notification settings

luking-dev/openai-gpt3-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI GPT-3

This project uses Artificial Intelligence of GPT-3 to generate texts using questions or descriptions as inputs.

Quickstart

Install dependencies:

pip install -r requirements.txt

You must create an account in OpenAI website

Following, open a terminal inside this project folder and type following command to create a .env file:

echo <YOUR_OPENAI_SECRET_KEY> > .env

Note: replace <YOUR_OPENAI_SECRET_KEY> with given in your own OpenAI profile webpage

python main.py

Then, input a text and see the response.

App going to still question. If you wish to finish, just let in blank pressing Enter.

About

Implements GPT-3 AI to generate texts using questions or descriptions as inputs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages