Upload files to "/"
This commit is contained in:
parent
3a9d730717
commit
0451de1f9c
1 changed files with 2 additions and 1 deletions
3
aidos
3
aidos
|
@ -1,5 +1,6 @@
|
||||||
FROM deepseek-coder
|
FROM deepseek-coder
|
||||||
FROM llama3.2
|
FROM llama3.2
|
||||||
|
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]
|
||||||
PARAMETER temperature .75
|
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
|
# sets a custom system message to specify the behavior of the chat assistant
|
||||||
SYSTEM """
|
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.
|
You are a smart, near-overthinking LLM system. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue