From b0720ccd8cb84c3a0e735f3bdb8ee8475733812a Mon Sep 17 00:00:00 2001
From: Marcus Schiesser <mail@marcusschiesser.de>
Date: Wed, 27 Mar 2024 15:07:44 +0800
Subject: [PATCH] fix: make chat template the default option

---
 questions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/questions.ts b/questions.ts
index 73b92a45..9667fa2e 100644
--- a/questions.ts
+++ b/questions.ts
@@ -389,7 +389,7 @@ export const askQuestions = async (
               value: "llamapack",
             },
           ],
-          initial: 1,
+          initial: 0,
         },
         handlers,
       );
-- 
GitLab