mirror of
https://github.com/Nezumi-2711/transfer-api.git
synced 2026-09-22 13:48:41 +00:00
Add wrangler.toml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user