Skip to content

A local implementation of ChatGPT using OpenAI API and LangChain

License

Notifications You must be signed in to change notification settings

AtharvaTaras/ChatGPT-Local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-Local

A local implementation of ChatGPT using OpenAI API and LangChain

Create a custom conda env

conda create -n llm_kit python=3.8.18

Install requirements

pip install -r requirements.txt

Replace '.git/key.txt' in main.py with the path to your API key

About

A local implementation of ChatGPT using OpenAI API and LangChain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published