We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4b760 commit 003ec3fCopy full SHA for 003ec3f
src/modules/llms/index.ts
@@ -599,7 +599,7 @@ export class LlmsBot implements PayableBot {
599
`streamChatCompletion result = tokens: ${price.promptTokens + price.completionTokens} | ${model} | price: ${price.price}¢` // }
600
)
601
conversation.push({
602
- role: model === LlmsModelsEnum.GEMINI ? 'model' : 'assistant',
+ role: 'assistant',
603
content: completion.completion?.content ?? ''
604
})
605
return {
0 commit comments