add env example
This commit is contained in:
parent
3fd7e3361f
commit
464597d02b
2
hw1/.env.example
Normal file
2
hw1/.env.example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
OPENAI_API_KEY=""
|
||||||
|
FIREWALL_API_KEY=""
|
@ -5,7 +5,7 @@ This is a RAG LLM application for asking questions about Kerbal Space Program (K
|
|||||||
Install python3, then run the following:
|
Install python3, then run the following:
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
touch .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
After, populate .env with your OPENAI_API_KEY and FIREWALL_API_KEY
|
After, populate .env with your OPENAI_API_KEY and FIREWALL_API_KEY
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user