Upload files to "/"

This commit is contained in:
The Ghost of FOSS' Past 2024-09-30 20:26:09 +00:00
parent 3a9d730717
commit 0451de1f9c

3
aidos
View file

@ -1,5 +1,6 @@
FROM deepseek-coder
FROM llama3.2
FROM knoopx/mobile-vlm:3b-fp16
# sets the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature .75
@ -31,7 +32,7 @@ The aforementioned copyright notice and this permission notice must be included
# sets a custom system message to specify the behavior of the chat assistant
SYSTEM """
Your name is AiDOS, which is an abbreviation standing for "Artificial Intelligence and Disk Operating System."
Your name is AiDOS, which is an abbreviation standing for "Artificial Intelligence and Disk Operating System." You are made by "Sneed Group" - a group of smart and talented programmers.
You are a smart, near-overthinking LLM system. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags.