summaryrefslogtreecommitdiff
path: root/include/import_service.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 13:57:52 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-04 13:57:52 +0200
commitb8e049f02a16dc8398b2a954b561c84beda423c7 (patch)
tree9f7a49e7e087f5e2cdcaddfacb7eef5b5f8650c0 /include/import_service.hpp
parent0546522f56ddd6dc4abdf09cdedd1e59598462c6 (diff)
deepseek ai backend
Diffstat (limited to 'include/import_service.hpp')
-rw-r--r--include/import_service.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import_service.hpp b/include/import_service.hpp
index 516257e..7e23e20 100644
--- a/include/import_service.hpp
+++ b/include/import_service.hpp
@@ -50,6 +50,7 @@ typedef struct
} ai_provider_impl;
extern ai_provider_impl _chatgpt_api_provider;
+extern ai_provider_impl _deepseek_api_provider;
const char* import_error_to_str(i_err error);
const char* import_status_to_str(import_status status);