QodeAssist/templates
Petr Mironychev 80fe388bdd
feat: Add automatic template handling for Ollama models (#43)
* feat: Add automatic template handling for Ollama models

- Add OllamaAutoFim
- Use native Ollama API format when possible
- Remove need for manual template selection for most Ollama models
- Default to model-specific format from Ollama modelfile
- Fallback to manual template selection if needed

This change simplifies configuration by automatically using
the correct template format for each Ollama model.
2024-11-23 19:37:55 +01:00
..
CodeLlamaChat.hpp Add Llama chat support 2024-10-14 21:35:17 +02:00
CodeLlamaFim.hpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
CustomFimTemplate.hpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
DeepSeekCoderChat.hpp Upgrade to version 0.3.0 2024-10-14 00:10:24 +02:00
DeepSeekCoderFim.hpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
Ollama.hpp feat: Add automatic template handling for Ollama models (#43) 2024-11-23 19:37:55 +01:00
Qwen.hpp Add Qwen fim template 2024-10-19 19:13:42 +02:00
StarCoder2Fim.hpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
StarCoderChat.hpp Add StarCoder2 instruct support 2024-10-16 10:45:48 +02:00