diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 20:28:40 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-28 20:28:40 +0200 |
| commit | 485e5ebf340857db07b1c8ecb5c63dcf3a908377 (patch) | |
| tree | ceca7fd0e20e20b4452c2ecc67563546a1e23730 /docs | |
| parent | a2299b0bae21c8f05f091732a78fc250cbd5e016 (diff) | |
move string function out of openAI.cpp into strops.cpp
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CHANGES.rst | 3 |
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 |
