From 3c789f3b58582003b83c9b373fe9d05eaaa903b2 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 30 Jul 2025 14:51:07 +0530 Subject: [PATCH] feat: Added qwen3:30b-a3b model to aichat --- home/programs/aichat.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/programs/aichat.nix b/home/programs/aichat.nix index 053cf6b1..c36603d3 100644 --- a/home/programs/aichat.nix +++ b/home/programs/aichat.nix @@ -56,6 +56,10 @@ name = "deepseek-r1:7b"; type = "chat"; } + { + name = "qwen3:30b-a3b"; + type = "chat"; + } { name = "deepseek-r1:14b"; type = "chat";