Pycrolis commited on
Commit
1eaae89
·
1 Parent(s): a8fbc0f

docs: add OpenAI API key setup instructions in README

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -13,4 +13,12 @@ hf_oauth_expiration_minutes: 480
13
  short_description: Agent for the final hands-on assignment of the Agents course
14
  ---
15
 
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
13
  short_description: Agent for the final hands-on assignment of the Agents course
14
  ---
15
 
16
+ ## Requirements
17
+
18
+ To run this project, you need to have an OpenAI API key. Set your `OPENAI_API_KEY` as an environment variable:
19
+
20
+ ```bash
21
+ export OPENAI_API_KEY='your-api-key'
22
+ ```
23
+
24
+ You can get your OpenAI API key from [here](https://platform.openai.com/account/api-keys).