visuddhinanda 1 год назад
Родитель
Сommit
6bdfe17de2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/components/api/ai.ts

+ 1 - 0
dashboard/src/components/api/ai.ts

@@ -16,6 +16,7 @@ export interface AiUsage {
 export interface AiChoice {
   index: number;
   message: AiMessage;
+  logprobs?: string | null; //volcengine
   finish_reason: string;
 }