mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: max context tokens
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 0009_message_usage
|
||||
-- Add usage JSONB column to bot_history_messages for storing LLM token usage
|
||||
|
||||
ALTER TABLE bot_history_messages ADD COLUMN IF NOT EXISTS usage JSONB;
|
||||
Reference in New Issue
Block a user