Skip to content

Default Gemini CLI startup should pin a faster model #176

@Joseph19820124

Description

@Joseph19820124

When OpenAB starts Gemini CLI without an explicit --model argument, Gemini CLI appears to default to a Pro model in practice.

That leads to noticeably longer thinking time and slower response latency for interactive chat usage.

Suggested change:

args = ["--acp", "--model", "gemini-3.1-flash-lite-preview"]

Using a faster Flash-Lite model by default would likely improve responsiveness a lot for Discord-style interactions, while still keeping ACP integration intact.

At minimum, it would be helpful to document the current default behavior and provide a recommended low-latency Gemini configuration in the README or example config.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions