fix(release): relax OpenAI live e2e timeouts · openclaw/openclaw@6443b5c
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -606,7 +606,7 @@ run_profile() {
|
606 | 606 | agent_model="$(set_agent_model "$profile" \ |
607 | 607 | "openai/gpt-5.5" \ |
608 | 608 | "openai/gpt-5.4-mini")" |
609 | | - openclaw --profile "$profile" config set models.providers.openai '{"baseUrl":"https://api.openai.com/v1","models":[],"timeoutSeconds":300,"agentRuntime":{"id":"pi"}}' --strict-json >/dev/null |
| 609 | + openclaw --profile "$profile" config set models.providers.openai '{"baseUrl":"https://api.openai.com/v1","models":[],"timeoutSeconds":600,"agentRuntime":{"id":"pi"}}' --strict-json >/dev/null |
610 | 610 | image_model="$(set_image_model "$profile" \ |
611 | 611 | "openai/gpt-5.4-image-2")" |
612 | 612 | else |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。