Parameters
See plugin common configurations for configuration options available to all plugins.
templates
An array of templates.
name
Name of the template. When requesting the route, the request should include the template name that corresponds to the configured template.
template
Template specification.
model
Name of the LLM model, such as
gpt-4orgpt-3.5. See your LLM provider API documentation for more available models.messages
Template message specification.
role
vaild vaule:
system,user, orassistantRole of the message.
content
Content of the message (prompt).