Files
ChouJuGEO/.streamlit/secrets.toml.example
T
2026-04-30 18:37:46 +08:00

42 lines
832 B
TOML
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.
# 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