feat: Add ollama support tooling (#236)

This commit is contained in:
Petr Mironychev
2025-10-11 10:42:31 +02:00
committed by GitHub
parent ebd71daf3d
commit 906c161729
5 changed files with 653 additions and 37 deletions

View File

@ -120,6 +120,7 @@ add_qtc_plugin(QodeAssist
tools/ToolsManager.hpp tools/ToolsManager.cpp
providers/ClaudeMessage.hpp providers/ClaudeMessage.cpp
providers/OpenAIMessage.hpp providers/OpenAIMessage.cpp
providers/OllamaMessage.hpp providers/OllamaMessage.cpp
)
get_target_property(QtCreatorCorePath QtCreator::Core LOCATION)