MetaGPT/.well-known/ai-plugin.json

18 lines
990 B
JSON
Raw Normal View History

2023-08-18 10:57:52 +08:00
{
"schema_version": "v1",
"name_for_model": "text processing tools",
"name_for_human": "MetaGPT Text Plugin",
2023-08-18 11:12:35 +08:00
"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.",
2023-08-18 10:57:52 +08:00
"auth": {
2023-08-18 11:12:35 +08:00
"type": "none"
2023-08-18 10:57:52 +08:00
},
"api": {
"type": "openapi",
2023-08-28 11:04:28 +08:00
"url": "https://github.com/iorisa/MetaGPT/blob/feature/assistant_role/.well-known/metagpt_oas3_api.yaml",
2023-08-18 10:57:52 +08:00
"has_user_authentication": false
},
2023-08-28 11:04:28 +08:00
"logo_url": "https://github.com/geekan/MetaGPT/blob/main/docs/resources/MetaGPT-logo.png",
2023-08-18 11:12:35 +08:00
"contact_email": "mashenquan@fuzhi.cn",
2023-08-28 11:04:28 +08:00
"legal_info_url": "https://github.com/geekan/MetaGPT/blob/main/docs/README_CN.md"
2023-08-18 10:57:52 +08:00
}