mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 16:53:36 +08:00
12 lines
422 B
JSON
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"
|
|
}
|