From d34223f49b9379dec9579f962aad5f30385c5424 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Sat, 4 May 2024 21:40:31 +0000 Subject: [PATCH] Update MODELFILE --- MODELFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODELFILE b/MODELFILE index 5c4f6e4..eb539ad 100644 --- a/MODELFILE +++ b/MODELFILE @@ -1,4 +1,4 @@ -FROM dolphin-mistral:7b-v2.6 +FROM llava # sets the temperature to 1 [higher is more creative, lower is more coherent] PARAMETER temperature .75 # sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token