Downloaded some other models

This commit is contained in:
GooeyTuxedo 2023-04-08 11:42:24 -07:00
parent 802a95a118
commit dd3e8561b0
1 changed files with 1 additions and 1 deletions

View File

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