Feat: add storage interface; add sqlite impl

This commit is contained in:
Grail Finder
2024-11-19 17:15:02 +03:00
parent d3cc8774b1
commit f32375488f
11 changed files with 244 additions and 10 deletions

View File

@@ -12,8 +12,10 @@
- fullscreen textarea option (for long prompt);
- tab to switch selection between textview and textarea (input and chat); +
- basic tools: memorize and recall;
- stop stream from the bot;
- stop stream from the bot; +
- sqlitedb instead of chatfiles;
- sqlite for the bot memory;
### FIX:
- bot responding (or haninging) blocks everything; +
- programm requires history folder, but it is .gitignore;
- programm requires history folder, but it is .gitignore; +