diff --git a/hw1/.env.example b/hw1/.env.example new file mode 100644 index 0000000..32445b5 --- /dev/null +++ b/hw1/.env.example @@ -0,0 +1,2 @@ +OPENAI_API_KEY="" +FIREWALL_API_KEY="" \ No newline at end of file diff --git a/hw1/README.md b/hw1/README.md index 44c0916..b560647 100644 --- a/hw1/README.md +++ b/hw1/README.md @@ -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