feat: Add OpenAI compatible providers tooling support (#234)

* remove old providers message handler
This commit is contained in:
Petr Mironychev
2025-10-01 17:23:05 +02:00
committed by GitHub
parent f6de03f601
commit cd08b5d919
10 changed files with 218 additions and 449 deletions

View File

@ -10,8 +10,6 @@ add_library(LLMCore STATIC
PromptTemplate.hpp
PromptTemplateManager.hpp PromptTemplateManager.cpp
RequestConfig.hpp
OllamaMessage.hpp OllamaMessage.cpp
OpenAIMessage.hpp OpenAIMessage.cpp
ValidationUtils.hpp ValidationUtils.cpp
ProviderID.hpp
HttpClient.hpp HttpClient.cpp