feat ui: add placeholder for proxy_url

This commit is contained in:
musistudio
2025-08-05 22:21:13 +08:00
parent 75ab74957d
commit 216ee939fb
2 changed files with 1 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ const getUseModel = async (req: any, tokenCount: number, config: any) => {
/<CCR-SUBAGENT-MODEL>(.*?)<\/CCR-SUBAGENT-MODEL>/s
);
if (model) {
log("检测到CCR-SUBAGENT-MODEL:", model[1]);
req.body.system[1].text = req.body.system[1].text.replace(
`<CCR-SUBAGENT-MODEL>${model[1]}</CCR-SUBAGENT-MODEL>`,
""