#Where abouts are the model aliases defined?

1 messages · Page 1 of 1 (latest)

ebon hamlet
#

I like the new model aliases to make it quick to select a model using the model command. But I'd like to edit them and create a new one "local" to point to my local endpoint.

brave crow
#

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