feat: Added qwen3-8b model to llama

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-04 18:04:32 +05:30
parent 7edea095bc
commit de69366a83
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,10 @@
name = "deepseek-r1:14b";
type = "chat";
}
{
name = "Qwen/Qwen3-8B";
type = "chat";
}
];
}
{