mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
env var to set default model, display model on lower right (#110)
This commit is contained in:
@@ -34,7 +34,7 @@ function parseArguments(): CliArgs {
|
||||
alias: 'm',
|
||||
type: 'string',
|
||||
description: `The Gemini model to use. Defaults to ${DEFAULT_GEMINI_MODEL}.`,
|
||||
default: DEFAULT_GEMINI_MODEL,
|
||||
default: process.env.GEMINI_CODE_MODEL || DEFAULT_GEMINI_MODEL,
|
||||
})
|
||||
.option('debug_mode', {
|
||||
alias: 'z',
|
||||
|
||||
Reference in New Issue
Block a user