mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00: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