docs: Translate annotations

This commit is contained in:
choizhang
2025-04-10 23:20:54 +08:00
committed by yangdx
parent a12d60e4ea
commit 0944df2679

View File

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