mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
NODE_OPTIONS=--max-old-space-size=8000
|
|
API_KEY="sk-xxx"
|
|
BASE_URL="https://api.siliconflow.cn/v1/"
|
|
MODEL="Qwen/Qwen3-235B-A22B-Instruct-2507"
|
|
CSLOGGER_MAIN_LEVEL=info
|
|
CSLOGGER_RENDERER_LEVEL=info
|
|
#CSLOGGER_MAIN_SHOW_MODULES=
|
|
#CSLOGGER_RENDERER_SHOW_MODULES=
|
|
|
|
# Feature Flags (must be prefixed with VITE_ to be accessible in renderer)
|
|
# VITE_USE_UNIFIED_DB_SERVICE=true # Enable unified DB service for chat/agent sessions
|