diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 18:36:31 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 18:36:31 +0200 |
| commit | cd827834f9ee329c27b82d987f0d1d48a854a954 (patch) | |
| tree | 3f2b63cc88f7d01ac6c55ff6c8cd5ff26dae55b5 /src/ai_providers/openAI.cpp | |
| parent | 83cbf0e4a142ab2c57fd4fdfc056517b7149828b (diff) | |
namespace importer
Diffstat (limited to 'src/ai_providers/openAI.cpp')
| -rw-r--r-- | src/ai_providers/openAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai_providers/openAI.cpp b/src/ai_providers/openAI.cpp index 340359e..b9276bc 100644 --- a/src/ai_providers/openAI.cpp +++ b/src/ai_providers/openAI.cpp @@ -173,7 +173,7 @@ static bool _openAI_upload_file(char* file_path, char* file_id, size_t file_id_l return 1; } -ai_provider_impl _chatgpt_api_provider = { +importer::ai_provider_impl _chatgpt_api_provider = { _openAI_upload_file, _openAI_query_with_file, };
\ No newline at end of file |
