fix: update model references from gpt-4o to gpt-5.2 in README and tests

This commit is contained in:
2026-03-20 10:17:11 +05:30
parent 5a56ed421d
commit d03e14178b
3 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import {
* ```ts
* const result = await launchMultiModel({
* sessionName: "compare",
* models: ["openai/gpt-4o", "anthropic/claude-3-5-sonnet"],
* models: ["openai/gpt-5.2", "anthropic/claude-3-5-sonnet"],
* binaryName: "opencode",
* });
* if (result.success) {