Compare commits

...

3 Commits

Author SHA1 Message Date
ahmed.mujtaba 9d31cdd198 Merge pull request 'SQS_BROKER' (#84) from SQS_BROKER into main
Deploy to S3 / deploy (push) Successful in 33s Details
Reviewed-on: #84
2026-09-09 10:20:20 +00:00
ahmed.mujtaba fddd9a6456 Merge branch 'main' of https://git.utopiadeals.com/utopia-ai/HR-ATS-Portal into SQS_BROKER 2026-09-09 15:19:11 +05:00
ahmed.mujtaba 1f7088f21c update conmnfig 2026-09-09 15:17:55 +05:00
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ _BACKEND_ENV = Path(__file__).resolve().parents[2] / "backend" / ".env"
#
# The gpt-4o family is excluded on purpose: snapshots before 2024-08-06 lack structured
# outputs, and distinguishing them by alias is not reliable.
SUPPORTED_MODEL_PREFIXES: tuple[str, ...] = ("gpt-5", "gpt-4.1", "o3", "o4")
SUPPORTED_MODEL_PREFIXES: tuple[str, ...] = ("gpt-5", "gpt-4.1", "o3", "o4","gpt-4o-mini")
# "-chat-latest" variants track the ChatGPT product surface rather than the API model
# line and do not expose reasoning effort.