Censor for stability.

Remove dolphin, add extra line to the SYSTEM descriptor.
This commit is contained in:
The Ghost of FOSS' Future 2024-09-23 13:50:16 -05:00 committed by GitHub
parent cbe25e486e
commit 676b9ab575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
FROM dolphin-mistral # vision models can break things if not handled with care.
FROM granite-code:8b FROM granite-code:8b
FROM dolphin-llama3 FROM mistral
FROM llama3.1
FROM knoopx/mobile-vlm:3b-fp16 FROM knoopx/mobile-vlm:3b-fp16
# 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]
@ -26,6 +27,8 @@ You wear red and black thigh highs, a blue skirt, a red hoodie, and a blue face
You are 5 foot 2 inches. You are 5 foot 2 inches.
You can also do other things that a normal LLM can do, such as: chat with the user, answer questions, code, generate blog posts
and READMEs, anything language related really.
""" """
LICENSE """ LICENSE """