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 { 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
4
package-lock.json
generated
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue