We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d2dbf commit fc6043fCopy full SHA for fc6043f
crates/rullm-cli/src/args.rs
@@ -183,7 +183,7 @@ impl Models {
183
184
pub fn model_completer(current: &OsStr) -> Vec<CompletionCandidate> {
185
// Predefined providers or aliases
186
- const PROVIDED: &[&str] = &["openai/", "anthropic/", "gemini/"];
+ const PROVIDED: &[&str] = &["openai/", "anthropic/", "google/"];
187
188
let cur_str = current.to_string_lossy();
189
0 commit comments