From 7d9bec85525885b73ab52589c23c4d6d78cd067b Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Wed, 8 Jan 2025 21:55:20 +0000 Subject: [PATCH] Update index.mjs --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })