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 { 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 })

4
package-lock.json generated
View file

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