mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-23 14:32:25 +00:00
14 lines
215 B
YAML
14 lines
215 B
YAML
|
name: gpt4all-2
|
||
|
parameters:
|
||
|
model: testmodel
|
||
|
context_size: 1024
|
||
|
threads: 5
|
||
|
stopwords:
|
||
|
- "HUMAN:"
|
||
|
- "### Response:"
|
||
|
roles:
|
||
|
user: "HUMAN:"
|
||
|
system: "GPT:"
|
||
|
template:
|
||
|
completion: completion
|
||
|
chat: ggml-gpt4all-j
|