mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Add blank line before additional LLM providers prompt in arc install
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
92720aed52
commit
293bae27a7
1 changed files with 1 additions and 0 deletions
|
|
@ -731,6 +731,7 @@ pub async fn run_install() -> Result<()> {
|
|||
}
|
||||
|
||||
// Additional providers
|
||||
eprintln!();
|
||||
let add_more =
|
||||
tokio::task::spawn_blocking(|| prompt_confirm("Set up additional LLM providers?", false))
|
||||
.await??;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue