Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update typo in manifest.md #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zh_CN/plugins/api-documentation/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ meta:
* `enabled`(bool)
* `app`(object):反向调用`app`的权限
* `enabled`(bool)
* `storage`(object):申请持久化储存的权限
* `storage`(object):申请持久化存储的权限
* `enabled`(bool)
* `size`(int64):最大允许多大的持久化内存,单位字节
* `plugins`(object, required):插件扩展的具体能力的`yaml`文件列表,插件包内的绝对路径,如需要扩展模型,则需要定义一个类似于 `openai.yaml`的文件,并将该文件路径填写在此处,且该路径上的文件必须真实存在,否则打包将失败。
Expand Down