feature: Add support Qwen3-coder model (#221)

Add support Qwen3-coder model
Rename template for old
This commit is contained in:
Petr Mironychev
2025-08-18 12:01:34 +02:00
committed by GitHub
parent 5a23ab9c5a
commit 695b35b510
6 changed files with 105 additions and 8 deletions

View File

@ -75,7 +75,7 @@ add_qtc_plugin(QodeAssist
templates/StarCoder2Fim.hpp
# templates/DeepSeekCoderFim.hpp
# templates/CustomFimTemplate.hpp
templates/Qwen.hpp
templates/Qwen25CoderFIM.hpp
templates/OpenAICompatible.hpp
templates/Llama3.hpp
templates/ChatML.hpp
@ -84,6 +84,7 @@ add_qtc_plugin(QodeAssist
templates/CodeLlamaQMLFim.hpp
templates/GoogleAI.hpp
templates/LlamaCppFim.hpp
templates/Qwen3CoderFIM.hpp
providers/Providers.hpp
providers/OllamaProvider.hpp providers/OllamaProvider.cpp
providers/ClaudeProvider.hpp providers/ClaudeProvider.cpp