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

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"
}