feat: update ai-plugin.json

This commit is contained in:
莘权 马 2023-08-18 11:12:35 +08:00
parent 2513cca46b
commit 18ea97fcc6
3 changed files with 54 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

View file

@ -2,17 +2,17 @@
"schema_version": "v1",
"name_for_model": "text processing tools",
"name_for_human": "MetaGPT Text Plugin",
"description_for_model": "Plugins for text processing, including text-to-speech, text-to-image, text-to-vector, text summarization, text-to-code, vector similarity calculation, web content crawling, and more.",
"description_for_human": "Plugins for text processing, including text-to-speech, text-to-image, text-to-vector, text summarization, text-to-code, vector similarity calculation, web content crawling, and more.",
"description_for_model": "Plugins for text processing, including text-to-speech, text-to-image, text-to-embedding, text summarization, text-to-code, vector similarity calculation, web content crawling, and more.",
"description_for_human": "Plugins for text processing, including text-to-speech, text-to-image, text-to-embedding, text summarization, text-to-code, vector similarity calculation, web content crawling, and more.",
"auth": {
"type": "none",
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://localhost:8080/.well-known/openapi.yaml",
"url": "https://github.com/iorisa/MetaGPT/blob/feature/oas3/.well-known/metagpt_oas3_api.yaml",
"has_user_authentication": false
},
"logo_url": "https://localhost:8080/.well-known/MetaGPT-logo.png",
"contact_email": "hello@contact.com",
"legal_info_url": "http://localhost:8080/legal-info"
"logo_url": "https://github.com/iorisa/MetaGPT/blob/feature/oas3/docs/resources/MetaGPT-logo.png",
"contact_email": "mashenquan@fuzhi.cn",
"legal_info_url": "https://github.com/iorisa/MetaGPT/blob/feature/oas3/docs/README_CN.md"
}