mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 23:08:06 -05:00
21 lines
330 B
YAML
21 lines
330 B
YAML
#this is an example yaml config file for fabric
|
|
|
|
# use fabric pattern names
|
|
pattern: ai
|
|
|
|
# or use a filename
|
|
# pattern: ~/testpattern.md
|
|
|
|
model: phi3:latest
|
|
|
|
# for models that support context length
|
|
modelContextLength: 2048
|
|
|
|
frequencypenalty: 0.5
|
|
presencepenalty: 0.5
|
|
topp: 0.67
|
|
temperature: 0.88
|
|
seed: 42
|
|
|
|
stream: true
|
|
raw: false |