This is the Market Virtual Store Directory for Vidol.Chat
November 7, 2024 · View on GitHub
Vidol Chat displays the available product list to users by reading the index.json file from this repository.
English · 简体中文
How to Submit an Agent
If you wish to add an Agent to the list, simply add a file under the agents folder using the templates/agent.json, provide a brief description, and submit a PR to the main branch.
Detailed Submission Guidelines
-
Fork this repository.
-
Make a copy of the
templates/agent.jsonfile. -
Fill in the appropriate Agent configuration information.
-
Move it to the
src\agentsfolder. -
Submit the PR, wait for review, and upon merging, the
public/agents/index.jsonfile will be automatically rebuilt.
- The
createdfield will be automatically added, please ensure the uniqueness ofagentId.
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 | - |