Skip to content

Commit 76de423

Browse files
factorydroidechobt
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 3f38b6b commit 76de423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cli/src/main.rs

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

76-
/// Use local open source model provider
76+
/// Use local open source model provider (supported: ollama)
7777
#[arg(long = "oss", default_value_t = false)]
7878
oss: bool,
7979

0 commit comments

Comments
 (0)