Files
ChouJuGEO/.streamlit/secrets.toml.example
T

42 lines
832 B
TOML
Raw Normal View History

# Streamlit Secrets 配置文件
# 复制此文件为 secrets.toml 并填入真实的 API Key
# 注意:secrets.toml 已在 .gitignore 中,不会被提交到仓库
[api_keys]
# DeepSeek API Key(推荐,性价比高)
deepseek = ""
# OpenAI API Key(可选)
# openai = ""
# 通义千问 API Key(可选)
# tongyi = ""
# Groq API Key(可选)
# groq = ""
# Moonshot (Kimi) API Key(可选)
# moonshot = ""
# 豆包 API Key(可选,格式:access_key:secret_key:endpoint_id
# doubao = ""
# 文心一言 API Key(可选,格式:app_key:app_secret
# wenxin = ""
# 通义万相 API Key(图片生成,可选)
# tongyi_wanxiang = ""
[app_config]
# 品牌名称
brand = ""
# 品牌优势
advantages = ""
# 竞品列表(换行分隔)
competitors = ""
# LLM 温度参数
temperature = 0.7