From dd3e8561b0f18d90ffcf70f510258bf04316f41b Mon Sep 17 00:00:00 2001 From: GooeyTuxedo Date: Sat, 8 Apr 2023 11:42:24 -0700 Subject: [PATCH] Downloaded some other models --- commands/system/new-chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/system/new-chat.js b/commands/system/new-chat.js index cdf337f..fab87bd 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -18,7 +18,7 @@ var nThreads = process.env.NTHREADS; // Set model list we have downloaded // let modelList = ["7B", "7B-native", "gpt4all"] -let modelList = ["13B", "30B", "65B", "gpt4all", "vicuna"] +let modelList = ["7B", "7B-native", "13B", "30B", "gpt4all", "vicuna"] module.exports = { name: "create-session",