fix: correct spelling error that sneaked through (#1855)
I ended up force-pushing https://github.com/openai/codex/pull/1848 because CI jobs were not being triggered after updating the PR on GitHub, so this spelling error sneaked through.
This commit is contained in:
@@ -192,7 +192,7 @@ impl OllamaClient {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
PullEvent::Error(err) => {
|
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:
|
// the output stream includes an error message. Verify with:
|
||||||
//
|
//
|
||||||
// `curl -i http://localhost:11434/api/pull -d '{ "model": "foobarbaz" }'`
|
// `curl -i http://localhost:11434/api/pull -d '{ "model": "foobarbaz" }'`
|
||||||
|
|||||||
Reference in New Issue
Block a user