Update MODELFILE

This commit is contained in:
Sam Sneed 2024-05-04 21:40:31 +00:00 committed by GitHub
parent ab3089ab4d
commit d34223f49b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] # sets the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature .75 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 # sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token