test(parallels): force Windows OpenAI SSE smoke

This commit is contained in:
Peter Steinberger
2026-05-01 16:46:33 +01:00
parent 8a77f299ee
commit e2a465df4b
2 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,15 @@ export function windowsModelProviderTimeoutScript(modelId: string): string {
path: `models.providers.${providerId}`,
value: JSON.parse(configJson) as unknown,
},
{
path: `agents.defaults.models.${modelId}`,
value: {
alias: "GPT",
params: {
transport: "sse",
},
},
},
]);
return `$providerTimeoutBatchPath = Join-Path ([System.IO.Path]::GetTempPath()) 'openclaw-provider-timeout.batch.json'
@'