mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
Fix typo in prompt (#6007)
This commit is contained in:
@@ -1891,7 +1891,7 @@ fn add_provider() -> anyhow::Result<()> {
|
||||
.mask('▪')
|
||||
.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")
|
||||
.validate(|input: &String| {
|
||||
if input.trim().is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user