pateas commited on
Commit
09ae97d
·
unverified ·
1 Parent(s): 226bbb9

Update README.md to include environment variable setup instructions

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -12,4 +12,10 @@ hf_oauth: true
12
  hf_oauth_expiration_minutes: 480
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
12
  hf_oauth_expiration_minutes: 480
13
  ---
14
 
15
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
+
17
+ In order to run this template, you need to set the following environment variables in your `.env` file:
18
+ - `OPENAI_API_KEY`: Your OpenAI API key.
19
+ - `LANGFUSE_SECRET_KEY`: Your Langfuse secret key.
20
+ - `LANGFUSE_PUBLIC_KEY`: Your Langfuse public key.
21
+ - `LANGFUSE_HOST`: The host URL for Langfuse, typically `https://cloud.langfuse.com`.