Skip to content

codewithrajranjan/chat-gpt-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT with Python

In this project we will use the nodejs openai library to interact with the ChatGPT apis

Create environment file

touch .env

put below contents in the file

OPENAI_API_KEY="your-open-api-key"

Install the dependencies

pip install -r requirments.txt

Run the script

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages