From b8e049f02a16dc8398b2a954b561c84beda423c7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Oct 2025 13:57:52 +0200 Subject: deepseek ai backend --- src/ai_providers/openAI.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai_providers/openAI.cpp') diff --git a/src/ai_providers/openAI.cpp b/src/ai_providers/openAI.cpp index 7ebd680..20c1fa4 100644 --- a/src/ai_providers/openAI.cpp +++ b/src/ai_providers/openAI.cpp @@ -51,6 +51,7 @@ static bool _openAI_query_with_file(char* query, size_t query_length, char* file if (!res || res->status != 200) { log_error("ERROR Failed to query API."); + log_error(res->body.c_str()); return 0; } -- cgit v1.2.3-70-g09d2