Improved token counting for OpenAI endpoints (llama.cpp token count -> cached prompt_tokens from last output -> naive string estimate). Logger refactoring with JSON format debugging to log file. Various bugfixes. Removed unused templates.py

This commit is contained in:
2026-07-17 21:26:24 +01:00
parent 07ee36da05
commit 834183807a
5 changed files with 123 additions and 84 deletions
+2
View File
@@ -0,0 +1,2 @@
requests>=2.28.0
rich>=13.0.0