feat: Add new http client

This commit is contained in:
Petr Mironychev
2025-08-30 18:34:10 +02:00
parent f2f3b7cce0
commit 851e681cf5
3 changed files with 220 additions and 0 deletions

View File

@ -16,6 +16,7 @@ add_library(LLMCore STATIC
OpenAIMessage.hpp OpenAIMessage.cpp
ValidationUtils.hpp ValidationUtils.cpp
ProviderID.hpp
HttpClient.hpp HttpClient.cpp
)
target_link_libraries(LLMCore