Create a custom agent and ensure a custom model is specified:
def __init__(self, **kwargs):
kwargs.setdefault("model_id", "Qwen3.5-4B-GGUF")
....
super().__init__(**kwargs)
Ensure custom custom agent is located in ~/.gaia/agents, no matter what agent is specified, GAIA Agent UI will try to use the default model.
Create a custom agent and ensure a custom model is specified:
Ensure custom custom agent is located in
~/.gaia/agents, no matter what agent is specified, GAIA Agent UI will try to use the default model.