Update: 2026-07-04 21:58:03
This commit is contained in:
@@ -187,7 +187,7 @@ class SiroGeminiService {
|
||||
$text = $data['candidates'][0]['content']['parts'][0]['text'] ?? '';
|
||||
return ['status' => 'success', 'html_report' => $text];
|
||||
} else {
|
||||
error_log(\"[SiroGeminiService] HTTP $httpCode in analyzeCompetitorFormulas: $response\");
|
||||
error_log("[SiroGeminiService] HTTP $httpCode in analyzeCompetitorFormulas: $response");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user