fix(tui): reference codewhale doctor in SSE timeout error message

This commit is contained in:
Hunter Bown
2026-05-24 03:44:45 -05:00
parent cdafc37a2f
commit 243cfe5227
+2 -2
View File
@@ -120,8 +120,8 @@ impl DeepSeekClient {
Err(_elapsed) => {
anyhow::bail!(
"SSE stream request did not receive response headers after {}s. \
`deepseek doctor` can still pass when non-streaming requests work; \
on Windows or proxy networks, try `DEEPSEEK_FORCE_HTTP1=1` and rerun `deepseek`.",
`codewhale doctor` can still pass when non-streaming requests work; \
on Windows or proxy networks, try `DEEPSEEK_FORCE_HTTP1=1` and rerun `codewhale`.",
open_timeout.as_secs()
);
}