Skip to content

Commit fc6043f

Browse files
committed
fix: model tab complete
1 parent 28d2dbf commit fc6043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rullm-cli/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl Models {
183183

184184
pub fn model_completer(current: &OsStr) -> Vec<CompletionCandidate> {
185185
// Predefined providers or aliases
186-
const PROVIDED: &[&str] = &["openai/", "anthropic/", "gemini/"];
186+
const PROVIDED: &[&str] = &["openai/", "anthropic/", "google/"];
187187

188188
let cur_str = current.to_string_lossy();
189189

0 commit comments

Comments
 (0)