From 5c2c63a2107014d9bbf5b6aa63788b52ca60fa24 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 18 Nov 2024 12:09:35 -0600 Subject: [PATCH] update model to older one --- index.mjs | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.mjs b/index.mjs index 5766c11..77f8bff 100644 --- a/index.mjs +++ b/index.mjs @@ -1,7 +1,7 @@ import { Ollama } from 'ollama' import { createInterface } from 'readline'; -const model = "sparksammy/thinking-eggplant" +const model = "sparksammy/samantha-eggplant" const hostURL = "https://ollama-api.nodemixaholic.com" const ollama = new Ollama({ host: hostURL }) diff --git a/package-lock.json b/package-lock.json index 6774faf..359a9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "samantha-webui", + "name": "samantha-cli", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "samantha-webui", + "name": "samantha-cli", "version": "1.0.0", "dependencies": { "ollama": "^0.5.9"