mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-24 07:43:16 +08:00
12 lines
406 B
JSON
12 lines
406 B
JSON
{
|
|
"plugins_name": "openai",
|
|
"endpoint_host": "https://api.openai.com/v1",
|
|
"install_file": "install.py",
|
|
"application_file": "app.py",
|
|
"application_class": "OpenAIApplicationAdapter",
|
|
"endpoint_controller_file": "controller.py",
|
|
"endpoint_controller_class": "OpenAIControlAdapter",
|
|
"profile_endpoint_file": "profile_endpoint.py",
|
|
"profile_endpoint_class": "OpenAIProfileEndpointAdapter"
|
|
}
|