Skip to content

IIMunchII/llm_chat_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Privat ChatGPT - Helpful Python expert

Welcome to your own "privat" hackable ChatGPT! At the moment, its just a helpfull Python expert. But you can hack it to be anything.

Get OpenAPI key

And place it in a .env file.

OPENAI_API_KEY=<some-api-key>

Install

python3 -m venv env
source env/bin/activate
pip install --upgraded pip
pip install -r requirements.txt

Run it

python app.py

Go to localhost:8000

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published