Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Jul 4, 2024
1 parent 9f455ad commit 41f1982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Executor {
}
}

/// Create a new Executor with a given Ollama instance
/// Create a new Executor for an Ollama instance at a specific host and port.
pub fn new_at(model: Model, host: &str, port: u16) -> Self {
Self {
model,
Expand Down

0 comments on commit 41f1982

Please sign in to comment.