Update index.mjs
This commit is contained in:
parent
5c2c63a210
commit
7d9bec8552
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { Ollama } from 'ollama'
|
import { Ollama } from 'ollama'
|
||||||
import { createInterface } from 'readline';
|
import { createInterface } from 'readline';
|
||||||
|
|
||||||
const model = "sparksammy/samantha-eggplant"
|
const model = "sparksammy/tinysam-l3.2"
|
||||||
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 })
|
||||||
|
|
Loading…
Reference in a new issue