mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:50:42 +00:00
test(parallels): force Windows OpenAI SSE smoke
This commit is contained in:
@@ -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'
|
||||
@'
|
||||
|
||||
Reference in New Issue
Block a user