Skip to content

Commit c4298ff

Browse files
authored
fix(review): use Sol for provider fallback (#3843) (#3844)
1 parent e89a649 commit c4298ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/review/openai-reviewer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { spawnSync } from 'node:child_process';
88
import { fileURLToPath } from 'node:url';
99
import { isMainEntry } from '../lib/is-main-entry.mjs';
1010

11-
export const OPENAI_REVIEW_MODEL = 'gpt-5.6-terra';
11+
export const OPENAI_REVIEW_MODEL = 'gpt-5.6-sol';
1212

1313
export function responseText(response) {
1414
if (typeof response?.output_text === 'string' && response.output_text.trim()) {

0 commit comments

Comments
 (0)