From 2991c4f17c37deaa37e405eb8a4b5b2149cc91fb Mon Sep 17 00:00:00 2001 From: GooeyTuxedo Date: Fri, 7 Apr 2023 15:08:29 -0700 Subject: [PATCH] my models --- commands/system/new-chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/system/new-chat.js b/commands/system/new-chat.js index 78519a5..929e15a 100644 --- a/commands/system/new-chat.js +++ b/commands/system/new-chat.js @@ -17,7 +17,8 @@ var nThreads = process.env.NTHREADS; // End session defaults // Set model list we have downloaded -let modelList = ["7B", "7B-native", "gpt4all"] +// let modelList = ["7B", "7B-native", "gpt4all"] +let modelList = ["13B", "30B", "gpt4all", "vicuna"] module.exports = { name: "create-session",