Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 285 Bytes

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