summaryrefslogtreecommitdiff
path: root/src/ai_providers/openAI.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 12:03:06 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 12:03:06 +0200
commit0546522f56ddd6dc4abdf09cdedd1e59598462c6 (patch)
treef1da8b3364dc7c093fafc498a614e5f5d1d46ecf /src/ai_providers/openAI.cpp
parent4cfbd259d1a6fbe7592b8975eed399b46082edc1 (diff)
ai query improvements and importing work
Diffstat (limited to 'src/ai_providers/openAI.cpp')
-rw-r--r--src/ai_providers/openAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai_providers/openAI.cpp b/src/ai_providers/openAI.cpp
index 7675e8b..7ebd680 100644
--- a/src/ai_providers/openAI.cpp
+++ b/src/ai_providers/openAI.cpp
@@ -28,7 +28,7 @@
static bool _openAI_query_with_file(char* query, size_t query_length, char* file_id, char** response)
{
- #if 0
+ #if 1
const char *api_key = administration_get_ai_service().api_key_public;
httplib::SSLClient cli("api.openai.com", 443);