fix: bug fix

This commit is contained in:
n4ze3m
2025-01-25 15:19:28 +05:30
parent 7b6b6751cc
commit 51804bc9ae
29 changed files with 133 additions and 136 deletions

View File

@@ -321,7 +321,7 @@ export const useMessageOption = () => {
try {
generationInfo = output?.generations?.[0][0]?.generationInfo
} catch (e) {
console.log("handleLLMEnd error", e)
console.error("handleLLMEnd error", e)
}
}
}
@@ -637,7 +637,7 @@ export const useMessageOption = () => {
try {
generationInfo = output?.generations?.[0][0]?.generationInfo
} catch (e) {
console.log("handleLLMEnd error", e)
console.error("handleLLMEnd error", e)
}
}
}
@@ -972,7 +972,7 @@ export const useMessageOption = () => {
try {
generationInfo = output?.generations?.[0][0]?.generationInfo
} catch (e) {
console.log("handleLLMEnd error", e)
console.error("handleLLMEnd error", e)
}
}
}