#Where abouts are the model aliases defined?
1 messages · Page 1 of 1 (latest)
Here's the format to add to your ~/.hermes/config.yaml:
model_aliases:
local:
model: "your-model-name" e.g. "llama3.2", "mistral", etc.
provider: custom
base_url: "http://localhost:11434/v1" # your local endpoint
Once added, you can do /model local and it will point directly to your local server.
you can add it with hermes config edit too
you might want to set it to another name other than local so you can id it better and it wont mess with other things maybe like my_local or somthing