Initial commit

This commit is contained in:
老王
2026-06-20 03:27:04 +08:00
committed by GitHub
parent a0a825daa2
commit cf79b0a749
+1 -1
View File
@@ -1,5 +1,5 @@
const DEFAULT_UPSTREAM_BASE_URL = "https://unlimited.surf"; 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 DEFAULT_CLAUDE_MODEL = "claude-opus-4-7-20260101";
const CORS_HEADERS = { const CORS_HEADERS = {