changing interpreter model
This commit is contained in:
@@ -28,7 +28,7 @@ export async function runInterpreter(input: InterpreterInput): Promise<Interpret
|
||||
: '';
|
||||
|
||||
const response = await openai.responses.parse({
|
||||
model: 'gpt-5.4-mini',
|
||||
model: 'gpt-5.4',
|
||||
temperature: 0.2,
|
||||
service_tier: 'flex',
|
||||
text: { format: zodTextFormat(InterpreterSchema, "preferences") },
|
||||
|
||||
Reference in New Issue
Block a user