mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-18 21:14:34 -04:00
Add experimental prefix
This commit is contained in:
@ -26,7 +26,7 @@ namespace QodeAssist::Templates {
|
||||
class CodeQwenChatTemplate : public PromptTemplate
|
||||
{
|
||||
public:
|
||||
QString name() const override { return "CodeQwenChat"; }
|
||||
QString name() const override { return "CodeQwenChat (experimental)"; }
|
||||
QString promptTemplate() const override { return "\n### Instruction:%1%2 ### Response:\n"; }
|
||||
QStringList stopWords() const override
|
||||
{
|
||||
|
Reference in New Issue
Block a user