Fix typo in prompt (#6007)
This commit is contained in:
@@ -1891,7 +1891,7 @@ fn add_provider() -> anyhow::Result<()> {
|
|||||||
.mask('▪')
|
.mask('▪')
|
||||||
.interact()?;
|
.interact()?;
|
||||||
|
|
||||||
let models_input: String = cliclack::input("Available models (seperate with commas):")
|
let models_input: String = cliclack::input("Available models (separate with commas):")
|
||||||
.placeholder("model-a, model-b, model-c")
|
.placeholder("model-a, model-b, model-c")
|
||||||
.validate(|input: &String| {
|
.validate(|input: &String| {
|
||||||
if input.trim().is_empty() {
|
if input.trim().is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user