Add wrangler.toml

This commit is contained in:
老王
2026-06-20 03:25:36 +08:00
parent e103e57099
commit 0d04ac5b5d
+14
View File
@@ -0,0 +1,14 @@
name = "unlimited-transfer-api"
main = "src/worker.js"
compatibility_date = "2025-11-21"
# Store the upstream key as a secret instead of committing it here:
# wrangler secret put UNLIMITED_SURF_API_KEY
#
# Clients can also send their own key as Authorization: Bearer <key>
# or x-api-key: <key>; the Worker forwards it upstream when no secret is set.
[vars]
UPSTREAM_BASE_URL = "https://unlimited.surf"
DEFAULT_MODEL = "gateway-gpt-5"
DEFAULT_CLAUDE_MODEL = "claude-opus-4-7-20260101"