You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/configs/ext/plugin_llm_config.yml

11 lines
288 B
YAML

model: ${INIT_MODEL_LLM_NAME}
model_type: llm
credentials:
mode: chat
context_size: ${INIT_MODEL_LLM_CONTEXT_SIZE}
max_tokens: ${INIT_MODEL_LLM_MAX_TOKENS}
vision_support: false
function_call_support: false
base_url: ${INIT_MODEL_LLM_BASE_URL}
load_balancing:
enabled: false