2026-01-14 17:27:35 +08:00
|
|
|
// Demo build (auto-init with demo LLM, for quick testing)
|
2026-01-21 01:08:19 +08:00
|
|
|
export const CDN_DEMO_URL =
|
2026-03-10 22:49:03 +08:00
|
|
|
'https://cdn.jsdelivr.net/npm/page-agent@1.5.5/dist/iife/page-agent.demo.js'
|
2026-01-14 17:27:35 +08:00
|
|
|
export const CDN_DEMO_CN_URL =
|
2026-03-10 22:49:03 +08:00
|
|
|
'https://registry.npmmirror.com/page-agent/1.5.5/files/dist/iife/page-agent.demo.js'
|
2026-01-14 18:49:23 +08:00
|
|
|
|
2026-02-27 17:09:54 +08:00
|
|
|
// Demo LLM for website testing (homepage quick trial uses flash)
|
|
|
|
|
export const DEMO_MODEL = 'qwen3.5-flash'
|
|
|
|
|
export const DEMO_BASE_URL = 'https://page-ag-testing-ohftxirgbn.cn-shanghai.fcapp.run'
|
2026-02-24 00:59:42 +08:00
|
|
|
export const DEMO_API_KEY = 'NA'
|