From cf79b0a7494139461995407563f33850444c8c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=8E=8B?= Date: Sat, 20 Jun 2026 03:27:04 +0800 Subject: [PATCH] Initial commit --- src/worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.js b/src/worker.js index a0a3e1a..b02dcdc 100644 --- a/src/worker.js +++ b/src/worker.js @@ -1,5 +1,5 @@ const DEFAULT_UPSTREAM_BASE_URL = "https://unlimited.surf"; -const DEFAULT_OPENAI_MODEL = "gateway-gpt-5"; +const DEFAULT_OPENAI_MODEL = "gateway-gpt-5.5"; const DEFAULT_CLAUDE_MODEL = "claude-opus-4-7-20260101"; const CORS_HEADERS = {