mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-30 17:36:56 +00:00
14 lines
213 B
YAML
14 lines
213 B
YAML
|
name: gpt4all
|
||
|
parameters:
|
||
|
model: testmodel
|
||
|
context_size: 512
|
||
|
threads: 10
|
||
|
stopwords:
|
||
|
- "HUMAN:"
|
||
|
- "### Response:"
|
||
|
roles:
|
||
|
user: "HUMAN:"
|
||
|
system: "GPT:"
|
||
|
template:
|
||
|
completion: completion
|
||
|
chat: ggml-gpt4all-j
|