From 41f1982dab9e73434a67ac9d4879fa166606d0da Mon Sep 17 00:00:00 2001 From: erhant Date: Thu, 4 Jul 2024 16:20:58 +0300 Subject: [PATCH] fix typo --- src/program/executor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program/executor.rs b/src/program/executor.rs index aeea961..553731f 100644 --- a/src/program/executor.rs +++ b/src/program/executor.rs @@ -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,