update model to older one
This commit is contained in:
parent
2a576b7bd2
commit
5c2c63a210
2 changed files with 3 additions and 3 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue