mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
metrics for sendFIM
This commit is contained in:
parent
c606ac4361
commit
3b73e3ab26
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ export const sendLLMMessage = ({
|
|||
origMessagesShape: messages_?.map(msg => ({ role: msg.role, length: msg.content.length })),
|
||||
|
||||
} : type === 'sendFIMMessage' ? {
|
||||
|
||||
prefixLength: messages_.prefix.length,
|
||||
suffixLength: messages_.suffix.length,
|
||||
} : {},
|
||||
|
||||
...extras,
|
||||
|
|
|
|||
Loading…
Reference in a new issue