mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-13 22:35:00 +00:00
models(gallery): add more models (#2129)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
5d170e9264
commit
2ada13b1ad
3 changed files with 178 additions and 1 deletions
19
gallery/cerbero.yaml
Normal file
19
gallery/cerbero.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
config_file: |
|
||||
backend: llama-cpp
|
||||
context_size: 8192
|
||||
f16: false
|
||||
name: cerbero
|
||||
|
||||
template:
|
||||
completion: "{{.Input}}"
|
||||
chat: "Questa è una conversazione tra un umano ed un assistente AI.\n{{.Input}}\n[|Assistente|] "
|
||||
roles:
|
||||
user: "[|Umano|] "
|
||||
system: "[|Umano|] "
|
||||
assistant: "[|Assistente|] "
|
||||
|
||||
stopwords:
|
||||
- "[|Umano|]"
|
||||
|
||||
trimsuffix:
|
||||
- "\n"
|
Loading…
Add table
Add a link
Reference in a new issue