Skip to content

Commit 1da833f

Browse files
factorydroidFactory Bot
authored andcommitted
fix(cortex-cli): list supported providers in --oss flag help text
Fixes bounty issue #1423 The --oss flag help text now lists ollama as the supported open source model provider, making it clear to users what options are available.
1 parent 5579873 commit 1da833f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct InteractiveArgs {
6565
#[arg(short, long)]
6666
model: Option<String>,
6767

68-
/// Use local open source model provider
68+
/// Use local open source model provider (supported: ollama)
6969
#[arg(long = "oss", default_value_t = false)]
7070
oss: bool,
7171

0 commit comments

Comments
 (0)