mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
test(qa): use supported OpenAI voice model
This commit is contained in:
@@ -13,7 +13,7 @@ describe("live inbound voice talkback scenario", () => {
|
||||
api: {
|
||||
env: {
|
||||
providerMode: "live-frontier",
|
||||
primaryModel: "openai/gpt-5.4-mini",
|
||||
primaryModel: "openai/gpt-5.4",
|
||||
gateway: {
|
||||
runtimeEnv: {
|
||||
OPENAI_API_KEY: "test-openai-key",
|
||||
|
||||
@@ -37,7 +37,7 @@ scenario:
|
||||
suiteIsolation: isolated
|
||||
timeoutMs: 180000
|
||||
retryCount: 0
|
||||
summary: Run with `OPENCLAW_LIVE_OPENAI_KEY="${OPENAI_API_KEY}" pnpm openclaw qa suite --provider-mode live-frontier --model openai/gpt-5.4-mini --alt-model openai/gpt-5.4-mini --fast --scenario inbound-voice-talkback-live --concurrency 1`.
|
||||
summary: Run with `OPENCLAW_LIVE_OPENAI_KEY="${OPENAI_API_KEY}" pnpm openclaw qa suite --provider-mode live-frontier --model openai/gpt-5.4 --alt-model openai/gpt-5.4 --fast --scenario inbound-voice-talkback-live --concurrency 1`.
|
||||
config:
|
||||
requiredProviderMode: live-frontier
|
||||
requiredProvider: openai
|
||||
|
||||
Reference in New Issue
Block a user