mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 14:10:29 +00:00
Fix llama telemetry service value
This commit is contained in:
parent
b25bef5fd4
commit
487f8a949f
1 changed files with 3 additions and 0 deletions
|
|
@ -219,6 +219,9 @@ public class CompletionRequestHandler {
|
|||
if (settings.isUseYouService()) {
|
||||
service = "you";
|
||||
}
|
||||
if (settings.isUseLlamaService()) {
|
||||
service = "llama";
|
||||
}
|
||||
TelemetryAction.COMPLETION.createActionMessage()
|
||||
.property("conversationId", conversation.getId().toString())
|
||||
.property("model", conversation.getModel())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue