test(parallels): force Windows OpenAI SSE smoke · openclaw/openclaw@e2a465d
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -25,6 +25,15 @@ export function windowsModelProviderTimeoutScript(modelId: string): string {
|
25 | 25 | path: `models.providers.${providerId}`, |
26 | 26 | value: JSON.parse(configJson) as unknown, |
27 | 27 | }, |
| 28 | +{ |
| 29 | +path: `agents.defaults.models.${modelId}`, |
| 30 | +value: { |
| 31 | +alias: "GPT", |
| 32 | +params: { |
| 33 | +transport: "sse", |
| 34 | +}, |
| 35 | +}, |
| 36 | +}, |
28 | 37 | ]); |
29 | 38 | return `$providerTimeoutBatchPath = Join-Path ([System.IO.Path]::GetTempPath()) 'openclaw-provider-timeout.batch.json' |
30 | 39 | @' |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。