Complete long-context chat support

This commit is contained in:
Georg Bauer
2026-07-24 18:16:34 +02:00
parent 5ab110ed0b
commit 36946e6e5f
8 changed files with 515 additions and 63 deletions

View File

@@ -61,6 +61,8 @@ diesel::table! {
id -> Integer,
project_id -> Integer,
title -> Text,
context_used -> Integer,
context_limit -> Integer,
}
}