Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Nov 7, 2024
1 parent 89fb840 commit 9c38754
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ If you wish to add an Agent to the list, simply add a file under the `agents` fo
5. Submit the PR, wait for review, and upon merging, the `public/agents/index.json` file will be automatically rebuilt.

- The `created` field will be automatically added, please ensure the uniqueness of `agentId`.

## Format JSON

To run the `format` script locally, you need to configure the following environment variables:

| Environment Variable | Type | Example |
| -------------------- | -------- | -------------------- |
| `OPENAI_API_KEY` | Required | `sk-xxxxxx...xxxxxx` |
| `OPENAI_PROXY_URL` | Optional | `-` |

0 comments on commit 9c38754

Please sign in to comment.