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.
- set up an account at https://platform.openai.com/
- 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
- create an api key for this project
- download this repo and create a .env file in backend_python directory
- in the .env file, add this line: OPEN_API_KEY = "put_your_api_key_here"
- open two terminals