Files
worker-ai-proxy/wrangler.toml
2026-06-24 22:10:29 +08:00

14 lines
518 B
TOML
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.
# Cloudflare Workers AI 反向代理OpenAI / Anthropic 兼容)。
# 在此填写账户 IDAPI Token 不要提交仓库,应用 secret 注入:
# npx wrangler secret put CLOUDFLARE_API_TOKEN
#
name = "worker-ai-proxy"
main = "worker.js"
compatibility_date = "2025-05-18"
[vars]
# 访客密钥Authorization: Bearer ... 或 x-api-key
PROXY_API_KEY = "sk-shumengya666"
# Cloudflare 账户 ID控制台 URL 或 Workers 概览可查看)。
CLOUDFLARE_ACCOUNT_ID = "3fdbaad92364222635c5c1c41ff1af8b"