method name fixed. see #535

This commit is contained in:
mic 2025-10-22 22:58:23 +02:00
parent 0a6931887d
commit ba12839f1d

View file

@ -120,7 +120,7 @@ self.onmessage = async function(event) {
for (const parsedLine of parsedLines) {
const { choices } = parsedLine;
if (!choices || choices.length === 0) {
taLog.warning("No choices found in parsed line: " + JSON.stringify(parsedLine));
taLog.warn("No choices found in parsed line: " + JSON.stringify(parsedLine));
continue;
}
const { delta } = choices[0];