refactor: Update token usage api (#347)

* refactor: Improve token usage api
* refactor: Image recognition to tokens
This commit is contained in:
Petr Mironychev
2026-05-14 21:19:12 +02:00
committed by GitHub
parent 86f4635080
commit 3b421f60af
20 changed files with 518 additions and 60 deletions

View File

@@ -15,6 +15,7 @@ add_library(Context STATIC
target_link_libraries(Context
PUBLIC
Qt::Core
Qt::Gui
QtCreator::Core
QtCreator::TextEditor
QtCreator::Utils