Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 362 Bytes

Your First RAQA Application

Steps to Run:

This was done in Python 3.11.4!

Don't forget to install your dependencies with pip install -r requirements.txt

  1. git clone this repository
  2. cd into the newly cloned repository
  3. Run cp .env.sample .env
  4. Add your OPENAI_API_KEY to the newly created .env file.
  5. Open and run the notebook!