2024-03-06 13:42:29 +08:00

12 lines
422 B
JSON

{
"plugins_name": "zhipuai",
"endpoint_host": "https://open.bigmodel.cn/api/paas/v4/",
"install_file": "install.py",
"application_file": "app.py",
"application_class": "ZhipuAIApplicationAdapter",
"endpoint_controller_file": "controller.py",
"endpoint_controller_class": "ZhipuAIControlAdapter",
"profile_endpoint_file": "profile_endpoint.py",
"profile_endpoint_class": "ZhipuAIProfileEndpointAdapter"
}