deepseek-1.x-dev/config/schema/deepseek.schema.yml
config/schema/deepseek.schema.yml
# Schema for the configuration files of the Deepseek module.
deepseek.settings:
type: config_object
label: 'Deepseek settings'
mapping:
base_url:
type: string
label: Url to AI agent
api_key:
type: string
label: API Key
model:
type: string
label: Model
voice:
type: string
label: Voice
prompts:
type: string
label: Prompts
db_vector:
type: string
label: Database vector name
url:
type: string
label: Url database vector
port:
type: integer
label: Port
vector_dimensionality:
type: integer
label: Vector dimensionality
threshold:
type: integer
label: Threshold
token:
type: string
label: Token
username:
type: string
label: Username
password:
type: string
label: Password
ckeditor5.plugin.deepseek_prompts:
type: mapping
label: 'ckeditor insert prompt'
mapping:
prompts:
type: sequence
orderby: value
label: 'Prompts Options'
sequence:
type: string
label: 'Prompt label'
block.settings.ai_chatbot:
type: block_settings
label: 'Chatbot block'
mapping:
btn_float:
type: boolean
label: Float button
voice:
type: string
label: Language for voice
action.configuration.ai_node_embedding:
type: mapping
label: Action config node for AI Embedding action
mapping:
example:
type: string
label: Example
