[错误]: qwen3 + 全功能集 + 工具在 Ollama 上导致流式传输超时 (api-format=OpenAI)
作者: Marvis81创建于 2026年7月3日更新于 2026年7月3日
环境
- OpenHarness 0.1.9(使用
pip install -e .从主目录安装) - 远程主机上的 Ollama(
192.168.50.240:11434),通过socat TCP-LISTEN:11434,fork,reuseaddr TCP:192.168.50.240:11434进行转发(OpenHarness 的 Ollama 提供程序检测中硬编码了localhost:11434) - 模型:
qwen3:14b-64k(qwen3 系列,默认启用思考模式) - Python 3.12.3,Ubuntu 24.04
内容来源: HKUDS/OpenHarness