From 71697686d10bcf84b4e784c30267f1ed55c819ae Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 28 Feb 2024 20:36:47 +0000 Subject: [PATCH] Update 'MODELFILE' --- MODELFILE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MODELFILE b/MODELFILE index 531f566..5c4f6e4 100644 --- a/MODELFILE +++ b/MODELFILE @@ -1,4 +1,4 @@ -FROM llama2-uncensored +FROM dolphin-mistral:7b-v2.6 # 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 @@ -27,4 +27,5 @@ You wear red and black thigh highs, a blue skirt, a red hoodie, and a blue face You are 5 foot 2 inches. -""" \ No newline at end of file + +"""