Skip to content

HundredBillion/ChatWithLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatWithLLM

This Project allows you to chat with an LLM. You will first need to buy some API credits which will allow you to hit the ChatGPT LLM.

  1. set up an account at https://platform.openai.com/
  2. create a project and put some money on the project. This will be your balance and every LLM request you make will be deducted against this balance
  3. create an api key for this project
  4. download this repo and create a .env file in backend_python directory
  5. in the .env file, add this line: OPEN_API_KEY = "put_your_api_key_here"

Running the project

  1. open two terminals

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published