Files
stock_cursor_v0/backend/.env.example

30 lines
902 B
Plaintext
Raw Permalink 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.
# 复制本文件为 .env 并填入你的密钥然后重启后端python main.py生效。
# ===== 大模型OpenAI 兼容;任选其一)=====
# DeepSeek
LLM_API_KEY=
LLM_BASE_URL=https://api.deepseek.com/v1
LLM_MODEL=deepseek-chat
# 通义千问(示例)
# LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
# LLM_MODEL=qwen-plus
# Kimi示例
# LLM_BASE_URL=https://api.moonshot.cn/v1
# LLM_MODEL=moonshot-v1-8k
# ===== 邮件推送SMTP=====
# 以QQ邮箱为例SMTP_HOST=smtp.qq.com SMTP_PORT=465 SMTP_PASSWORD填“授权码”而非登录密码
SMTP_HOST=
SMTP_PORT=465
SMTP_USER=
SMTP_PASSWORD=
SMTP_TO=
# ===== 微信推送(任选其一)=====
# Server酱 Turbohttps://sct.ftqq.com 获取 SendKey
SERVERCHAN_KEY=
# 企业微信群机器人 webhook 完整地址
WECOM_WEBHOOK=
# PushPlushttps://www.pushplus.plus 获取 token
PUSHPLUS_TOKEN=