feat: add agent models to example conf
This commit is contained in:
parent
a4977dbeb1
commit
6b69de9dec
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ search_modelfile="${HOME}/path-to/Modelfile-researcher"
|
|||
helper="assistant:helper"
|
||||
helper_modelfile="${HOME}/path-to/Modelfile-helper"
|
||||
|
||||
agent="assistant:agent"
|
||||
agent_modelfile="${HOME}/path-to/Modelfile-agent"
|
||||
|
||||
# display monitors (run `yo d list` to find available)
|
||||
secondary=HDMI-1
|
||||
main=HDMI-0
|
||||
|
|
|
|||
Loading…
Reference in a new issue