Add Llama chat support

This commit is contained in:
Petr Mironychev
2024-10-14 21:35:17 +02:00
parent 95f29fefc7
commit 965af4a945
2 changed files with 7 additions and 0 deletions

View File

@ -46,4 +46,10 @@ public:
}
};
class LlamaChat : public CodeLlamaChat
{
public:
QString name() const override { return "Llama Chat"; }
};
} // namespace QodeAssist::Templates