mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-24 15:53:21 +08:00
12 lines
414 B
JSON
12 lines
414 B
JSON
{
|
|
"plugins_name": "imitater",
|
|
"endpoint_host": "http://127.0.0.1:30000/v1",
|
|
"install_file": "install.py",
|
|
"application_file": "app.py",
|
|
"application_class": "ImitaterApplicationAdapter",
|
|
"endpoint_controller_file": "controller.py",
|
|
"endpoint_controller_class": "ImitaterControlAdapter",
|
|
"profile_endpoint_file": "profile_endpoint.py",
|
|
"profile_endpoint_class": "ImitaterProfileEndpointAdapter"
|
|
}
|