Skip to content

Commit

Permalink
fix(autogen): add dummy key
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Jan 17, 2024
1 parent 9f796c2 commit cf4250e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/examples/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,12 @@ Make sure the `Receiver` uses the agent you just set up.

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

## Set a dummy OpenAI API Key

Set a dummy enviroment variable for OpenAI

```bash
export OPENAI_API_KEY=sk-***
```

You're all set! Test your agent in the `Playground`.

0 comments on commit cf4250e

Please sign in to comment.