#feature: update AI log analysis

This commit is contained in:
2026-02-11 11:00:32 +08:00
parent ddd0f531fd
commit 53bca7d609
18 changed files with 688 additions and 262 deletions

View File

@@ -140,7 +140,7 @@ class AiClient
]);
if ($response->successful()) {
return $response->json('choices.0.message.content', '');
return $response->json('choices.0.message.content') ?? '';
}
// 处理 429 Too Many Requests 错误