mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Removed log
This commit is contained in:
parent
17ac9c081c
commit
7b3a82f1d2
1 changed files with 0 additions and 1 deletions
|
|
@ -516,7 +516,6 @@ const _sendMistralFIM = ({ messages: messages_, onFinalMessage, onError, setting
|
|||
const fullText = typeof content === 'string' ? content :
|
||||
Array.isArray(content) ? content.map(chunk => chunk.type === 'text' ? chunk.text : '').join('') : '';
|
||||
onFinalMessage({ fullText, fullReasoning: '', anthropicReasoning: null });
|
||||
console.log('✅ Réponse FIM reçue:', fullText);
|
||||
})
|
||||
.catch(error => {
|
||||
onError({ message: error + '', fullError: error });
|
||||
|
|
|
|||
Loading…
Reference in a new issue