docs: Translate annotations

This commit is contained in:
choizhang
2025-04-10 23:20:54 +08:00
parent 66f3fcc17b
commit 5b65ce5cfe

View File

@@ -308,7 +308,7 @@ class OllamaAPI:
"Cache-Control": "no-cache", "Cache-Control": "no-cache",
"Connection": "keep-alive", "Connection": "keep-alive",
"Content-Type": "application/x-ndjson", "Content-Type": "application/x-ndjson",
"X-Accel-Buffering": "no", # 确保在Nginx代理时正确处理流式响应 "X-Accel-Buffering": "no", # Ensure proper handling of streaming responses in Nginx proxy
}, },
) )
else: else: