fix: correct spelling error that sneaked through

This commit is contained in:
Michael Bolin
2025-08-05 11:38:10 -07:00
parent 9285350842
commit 145df4556e

View File

@@ -192,7 +192,7 @@ impl OllamaClient {
return Ok(());
}
PullEvent::Error(err) => {
// Emperically, ollama returns a 200 OK response even when
// Empirically, ollama returns a 200 OK response even when
// the output stream includes an error message. Verify with:
//
// `curl -i http://localhost:11434/api/pull -d '{ "model": "foobarbaz" }'`