log message fixed
This commit is contained in:
parent
684f8eaebb
commit
a20b06f80f
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ self.onmessage = async function(event) {
|
|||
|
||||
const { parts } = content;
|
||||
if (!Array.isArray(parts) || parts.length === 0) {
|
||||
taLog.warn('[ThunderAI] Gemini stream skipped: parts is not a non-empty array. [finishReason: ' + content.finishReason + ']');
|
||||
taLog.warn('[ThunderAI] Gemini stream skipped: parts is not a non-empty array. [finishReason: ' + candidates[0].finishReason + ']');
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue