my models

This commit is contained in:
GooeyTuxedo 2023-04-07 15:08:29 -07:00
parent 4b5d5f3b63
commit 2991c4f17c
1 changed files with 2 additions and 1 deletions

View File

@ -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",