Skip to content

bug: GAIA AgentUI ignores custom agent model choice #841

@itomek

Description

@itomek

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions