Line 23 hardcodes the default model:\n\n\n\n is not a valid OpenAI model ID (the real model series is , , etc.). When AUDIT_MODEL is not set, the script silently sends requests that will fail with a 400 error. Should use a valid default model ID or require AUDIT_MODEL to be set explicitly.
Line 23 hardcodes the default model:\n\n\n\n is not a valid OpenAI model ID (the real model series is , , etc.). When AUDIT_MODEL is not set, the script silently sends requests that will fail with a 400 error. Should use a valid default model ID or require AUDIT_MODEL to be set explicitly.