update model to older one

This commit is contained in:
The Ghost of FOSS' Past 2024-11-18 12:09:35 -06:00
parent 2a576b7bd2
commit 5c2c63a210
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { Ollama } from 'ollama' import { Ollama } from 'ollama'
import { createInterface } from 'readline'; import { createInterface } from 'readline';
const model = "sparksammy/thinking-eggplant" const model = "sparksammy/samantha-eggplant"
const hostURL = "https://ollama-api.nodemixaholic.com" const hostURL = "https://ollama-api.nodemixaholic.com"
const ollama = new Ollama({ host: hostURL }) const ollama = new Ollama({ host: hostURL })

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "samantha-webui", "name": "samantha-cli",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "samantha-webui", "name": "samantha-cli",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"ollama": "^0.5.9" "ollama": "^0.5.9"