There was an error while loading. Please reload this page.
1 parent e89a649 commit c4298ffCopy full SHA for c4298ff
1 file changed
scripts/review/openai-reviewer.mjs
@@ -8,7 +8,7 @@ import { spawnSync } from 'node:child_process';
8
import { fileURLToPath } from 'node:url';
9
import { isMainEntry } from '../lib/is-main-entry.mjs';
10
11
-export const OPENAI_REVIEW_MODEL = 'gpt-5.6-terra';
+export const OPENAI_REVIEW_MODEL = 'gpt-5.6-sol';
12
13
export function responseText(response) {
14
if (typeof response?.output_text === 'string' && response.output_text.trim()) {
0 commit comments