From 464597d02b864fba5945a48e7b78a4d6c86917b1 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Fri, 19 Apr 2024 00:02:36 -0700 Subject: [PATCH] add env example --- hw1/.env.example | 2 ++ hw1/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 hw1/.env.example 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