From 5f25180b3d79d9a03952217cd77a16601ae0a6d0 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 25 Oct 2025 15:00:38 +0200 Subject: refactor tax rate loading --- src/ai_providers/openAI.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai_providers') diff --git a/src/ai_providers/openAI.cpp b/src/ai_providers/openAI.cpp index 64e7a6a..3e5104d 100644 --- a/src/ai_providers/openAI.cpp +++ b/src/ai_providers/openAI.cpp @@ -30,6 +30,7 @@ static bool _openAI_batch_query_with_file(char** queries, size_t query_count, ch httplib::SSLClient cli("api.openai.com", 443); thrd_t threads[20]; + assert(query_count <= 20); for (u32 i = 0; i < query_count; i++) { -- cgit v1.2.3-70-g09d2