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() { />