feat: finalized support for chat

This commit is contained in:
Georg Bauer
2026-07-24 20:14:26 +02:00
parent 3154f57a2f
commit 6560f20129
9 changed files with 356 additions and 40 deletions

View File

@@ -63,6 +63,7 @@ diesel::table! {
title -> Text,
context_used -> Integer,
context_limit -> Integer,
last_tokens_per_second -> Nullable<Float>,
}
}