Enterprise-only configuration
ENV_SEED_CONFIGURATION
accepts a JSON string with the following options:
llms
: List of LLM configurations (name, provider, api_key, api_base, api_version, custom_config, default_model_name, fast_default_model_name)admin_user_emails
: List of email addresses for automatic admin role assignmentseeded_name
: Pre-set name for your Onyx instanceseeded_logo_path
: Path to your logo within the assets
folderPOST /query/standard-answer
This endpoint allows you to test the standard answers that would be returned for a given message and set of Slack bot categories.
Field | Type | Description |
---|---|---|
message | string | The message to test against the standard answers. |
slack_bot_categories | list[string] | The Slack bot categories to use when searching for standard answers. |