From afacefaccb4717edc0c11fa1ea987da2788fdc3b Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Sat, 9 May 2026 18:08:52 +0800 Subject: [PATCH] feat: Add AI agent and benchmarking page URLs (#12696) --- core/constant/common.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/constant/common.go b/core/constant/common.go index 15d3e80b2..c7f7983e5 100644 --- a/core/constant/common.go +++ b/core/constant/common.go @@ -58,6 +58,8 @@ var WebUrlMap = map[string]struct{}{ "/apps/setting": {}, "/ai": {}, + "/ai/ai-proxy": {}, + "/ai/benchmark": {}, "/ai/model/account": {}, "/ai/model/local": {}, "/ai/gpu": {},