feat: Add llama.cpp provider and fim template (#118)

This commit is contained in:
Petr Mironychev
2025-03-09 22:57:33 +01:00
committed by GitHub
parent c9a3cdaf25
commit e66f467214
13 changed files with 349 additions and 21 deletions

View File

@ -30,7 +30,7 @@ struct Message
QString content;
// clang-format off
auto operator<=>(const Message&) const = default;
bool operator==(const Message&) const = default;
// clang-format on
};