wewrite/dist/openclaw/config.example.yaml
2026-04-01 13:05:13 +08:00

34 lines
881 B
YAML
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.

# WeWrite 配置
# 复制为 config.yaml 并填入你的信息
# 微信公众号 API发布草稿 + 数据统计必需)
wechat:
appid: "wx_your_appid"
secret: "your_appsecret"
author: "" # 默认署名(可选)
# AI 图片生成
image:
# 可选 provider: doubao | openai | gemini
provider: "doubao"
api_key: "your_api_key"
# doubao-seedream默认
# 获取 API key: https://console.volcengine.com/ark
# model: "doubao-seedream-5-0-260128"
# base_url: "https://ark.cn-beijing.volces.com/api/v3"
# OpenAI DALL-E 3
# provider: "openai"
# api_key: "sk-..."
# model: "dall-e-3"
# base_url: "https://api.openai.com/v1"
# Google Gemini Imagen
# provider: "gemini"
# api_key: "AIza..."
# 获取 API key: https://aistudio.google.com/apikey
# model: "gemini-3.1-flash-image-preview"
# 默认排版主题
theme: "professional-clean"