summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-28 20:28:40 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-28 20:28:40 +0200
commit485e5ebf340857db07b1c8ecb5c63dcf3a908377 (patch)
treececa7fd0e20e20b4452c2ecc67563546a1e23730 /docs
parenta2299b0bae21c8f05f091732a78fc250cbd5e016 (diff)
move string function out of openAI.cpp into strops.cpp
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 1a46011..b93080c 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -13,9 +13,8 @@ for invoice importing using AI:
- let user choose the model to use in settings/services/ai
- real error logging for OpenAI and importing in general
- when importing an invoice: do not accept invoices for unsupported countries (yet)
-
+- write tests for strops.hpp
- log_set_depth function so data can be grouped
-- move string function out of openAI.cpp into strops.cpp
- log elapsed time for ai requests
- refactor _add functions to use _import functions
- _import functions should not check for validity and should never fail because of invalid data