mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 23:44:59 +00:00

* models(gallery): add moondream2 Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * models(gallery): fix typo for TTS models Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * models(gallery): add base config for moondream2 and icon Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * linter fixes Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
18 lines
347 B
YAML
18 lines
347 B
YAML
---
|
|
name: "moondream2"
|
|
|
|
|
|
config_file: |
|
|
backend: llama-cpp
|
|
context_size: 2046
|
|
roles:
|
|
user: "\nQuestion: "
|
|
system: "\nSystem: "
|
|
assistant: "\nAnswer: "
|
|
stopwords:
|
|
- Question:
|
|
f16: true
|
|
template:
|
|
completion: |
|
|
Complete the following sentence: {{.Input}}
|
|
chat: "{{.Input}}\nAnswer: "
|