From bb59eff79c975e3649b327c531baa51bcf387c72 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:15:14 +0800 Subject: [PATCH] feat(page): add testing model and API configuration --- pages/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/page.tsx b/pages/page.tsx index 04d5c3a..dbc3531 100644 --- a/pages/page.tsx +++ b/pages/page.tsx @@ -55,6 +55,12 @@ export default function HomePage() { // 把 react 根元素排除掉,挂了很多冒泡时间导致假阳 interactiveBlacklist: [document.getElementById('root')!], language: 'zh-CN', + + // testing server + // @note: rate limit. prompt limit. + model: 'PAGE-AGENT-FREE-TESTING-RANDOM', + baseURL: 'https://hwcxiuzfylggtcktqgij.supabase.co/functions/v1/llm-testing-proxy', + apiKey: 'PAGE-AGENT-FREE-TESTING-RANDOM', }) window.pageAgent = pageAgent } @@ -147,7 +153,7 @@ export default function HomePage() { />