Spaces:
Sleeping
Sleeping
Pycrolis
commited on
Commit
·
1eaae89
1
Parent(s):
a8fbc0f
docs: add OpenAI API key setup instructions in README
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|