diff --git a/index.mjs b/index.mjs index 77f8bff..f345ddd 100644 --- a/index.mjs +++ b/index.mjs @@ -1,7 +1,7 @@ import { Ollama } from 'ollama' import { createInterface } from 'readline'; -const model = "sparksammy/samantha-eggplant" +const model = "sparksammy/tinysam-l3.2" const hostURL = "https://ollama-api.nodemixaholic.com" const ollama = new Ollama({ host: hostURL })