QodeAssist/ChatView
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
..
qml Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatModel.cpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
ChatModel.hpp Fix systemPrompt and context working 2024-11-16 10:20:57 +01:00
ChatRootView.cpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatRootView.hpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatUtils.cpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatUtils.h Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatWidget.cpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ChatWidget.hpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
ClientInterface.cpp feat: Add automatic template handling for Ollama models (#43) 2024-11-23 19:37:55 +01:00
ClientInterface.hpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00
CMakeLists.txt Fix all warnings in QML 2024-11-11 11:18:37 +08:00
MessagePart.hpp Fix all warnings in QML 2024-11-11 11:18:37 +08:00