mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
fix: update model references from gpt-4o to gpt-5.2 in README and tests
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user