Skip to main content

Configuration

# config/packages/opendxp_content_crafter.yaml

opendxp_content_crafter:
enabled: true
data_type:

# Excluded means: all
# data_object:
# supported_classes:
# - CoreShopProduct
# asset:
# supported_types:
# - CoreShopProduct
# documents:
# supported_types:
# - DD
#
# ai_engine:
#
# gpt:
# Excluded means: all
# enabled_providers:
# -
# type: 'chat'
# supported_models:
# - 'gpt-4'
# - 'gpt-3.5-turbo'
# -
# type: 'image'
# supported_models:
# - 'dall-e-3'
# -
# type: 'assistant'
# special case here: you need to set assistant ids here which represent your model
# leave this field empty to load them via api: supported_models: []
# otherwise you need to pass the assistant ids
# supported_models:
# - 'asst_gxzBkD1wkKEloYqZ410pT5pd'