调校了ai提示词
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-16 15:42:08 +08:00
parent 1473a72a2f
commit 4ed0f43164
6 changed files with 38 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ async function callZhipuAPI(
});
if (!response.ok) {
throw new Error(`API 调用失败: ${response.status}`);
throw new Error(`API 调用失败: ${response.status} ${response.statusText}`);
}
return await response.json();