mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:01:01 +00:00
test: update QA parity fixtures for GPT-5.5
This commit is contained in:
@@ -915,15 +915,15 @@ function renderMessageAttachments(message: Message): string {
|
||||
|
||||
const MOCK_MODELS: RunnerModelOption[] = [
|
||||
{
|
||||
key: "mock-openai/gpt-5.4",
|
||||
name: "GPT-5.4 (mock)",
|
||||
key: "mock-openai/gpt-5.5",
|
||||
name: "GPT-5.5 (mock)",
|
||||
provider: "mock-openai",
|
||||
input: "text",
|
||||
preferred: true,
|
||||
},
|
||||
{
|
||||
key: "mock-openai/gpt-5.4-alt",
|
||||
name: "GPT-5.4 Alt (mock)",
|
||||
key: "mock-openai/gpt-5.5-alt",
|
||||
name: "GPT-5.5 Alt (mock)",
|
||||
provider: "mock-openai",
|
||||
input: "text",
|
||||
preferred: false,
|
||||
|
||||
Reference in New Issue
Block a user