Skip to content

kaustubh43/Chat-GPT-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-GPT-API

This Repository will let you use Chat-GPT from your terminal

Initial Setup: API KEY

First we need to enter your key in order to communicate with the API

  1. You will have to sign in with your Chat GPT Account
  2. Find your key here
  3. Paste your key in Authentication.txt

Make sure you do not share the key with anyone

Installation for nerds:

Setting up a virtual environment in your terminal

  1. python -m venv venv
  2. .\venv\Scripts\activate
  3. pip install -r requirementss.txt Above steps will install all the requirements

How to run?

python3 main.py

Installation for non-nerds

Run 'setup.bat' file

How to run for non-nerds

Run 'run.bat' file

Will try to add more functionality and make it a GUI application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages