You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
619 B
16 lines
619 B
VITE_XLLM_PROVIDER=deepseek
|
|
VITE_XLLM_MODEL=deepseek-v4-flash
|
|
VITE_XLLM_API_KEY=sk-688d15ac28a640b6827f0e700d42df8d
|
|
VITE_XLLM_BASE_URL=https://api.deepseek.com
|
|
|
|
VITE_XLLM_PROVIDER_2=openai-compatible
|
|
VITE_XLLM_MODEL_2=deepseek-v4-flash
|
|
VITE_XLLM_API_KEY_2=sk-688d15ac28a640b6827f0e700d42df8d
|
|
VITE_XLLM_BASE_URL_2=https://api.deepseek.com
|
|
|
|
VITE_XLLM_DEMO_IMAGE_URL=
|
|
VITE_XLLM_TOOL_ERROR_STRATEGY=throw
|
|
VITE_XLLM_FORCE_TOOL_FAILURE=0
|
|
# DeepSeek 思考模式:enabled | disabled;强度 high | medium | low | max | xhigh(@dm-pkg/xllm 会映射为 high/max)
|
|
VITE_XLLM_THINKING=enabled
|
|
VITE_XLLM_REASONING_EFFORT=high
|
|
|