Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit cf4250e

Browse files
committed
fix(autogen): add dummy key
1 parent 9f796c2 commit cf4250e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/examples/autogen.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,12 @@ Make sure the `Receiver` uses the agent you just set up.
8686

8787
![Configure Receiver in AutoGen](img/autogen_receiver.png)
8888

89+
## Set a dummy OpenAI API Key
90+
91+
Set a dummy enviroment variable for OpenAI
92+
93+
```bash
94+
export OPENAI_API_KEY=sk-***
95+
```
96+
8997
You're all set! Test your agent in the `Playground`.

0 commit comments

Comments
 (0)