Improve chat rendering and generation summaries
This commit is contained in:
@@ -20,6 +20,10 @@ diesel::table! {
|
||||
system -> Bool,
|
||||
compaction -> Bool,
|
||||
compaction_tail_start -> Nullable<Integer>,
|
||||
generation_duration_ms -> Nullable<Integer>,
|
||||
input_tokens -> Nullable<Integer>,
|
||||
cached_tokens -> Nullable<Integer>,
|
||||
output_tokens -> Nullable<Integer>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user