add env example

This commit is contained in:
David Westgate 2024-04-19 00:02:36 -07:00
parent 3fd7e3361f
commit 464597d02b
2 changed files with 3 additions and 1 deletions

2
hw1/.env.example Normal file
View File

@ -0,0 +1,2 @@
OPENAI_API_KEY=""
FIREWALL_API_KEY=""

View File

@ -5,7 +5,7 @@ This is a RAG LLM application for asking questions about Kerbal Space Program (K
Install python3, then run the following:
```
pip install -r requirements.txt
touch .env
cp .env.example .env
```
After, populate .env with your OPENAI_API_KEY and FIREWALL_API_KEY