Files
ai-skill-chat/.env.example
2026-07-29 11:42:41 +08:00

14 lines
486 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DeepSeek API不配置时应用会自动进入可操作的本地演示模式
DEEPSEEK_API_KEY=
# 可选覆盖项
DEEPSEEK_MODEL=deepseek-v4-flash
DEEPSEEK_BASE_URL=https://api.deepseek.com
DATABASE_PATH=./data/skillloom.db
# 可选:覆盖当前模型的人民币单价(每百万 Token
DEEPSEEK_PRICE_CACHE_HIT_INPUT_CNY_PER_MILLION=0.02
DEEPSEEK_PRICE_CACHE_MISS_INPUT_CNY_PER_MILLION=1
DEEPSEEK_PRICE_OUTPUT_CNY_PER_MILLION=2
DEEPSEEK_PRICE_VERSION=deepseek-2026-04-24