Skip to content

Commit

Permalink
Track launch progress when using local llama-server
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 16, 2024
1 parent a4364e4 commit cf05d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assistant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ impl Assistant {
sender.log(line).await;
}

sender.progress("Launching assistant...", 99).await;

sender
.log(format!(
"Launching {model} with local llama-server...",
Expand Down

0 comments on commit cf05d17

Please sign in to comment.