mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #146] [Enhancement]: ChatGPT API Default Model Selection #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yisiooo on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/146
Originally assigned to: @asdek on GitHub.
Target Component
External Integrations (LLM/Search APIs)
Enhancement Description
During several recent testing, I observed via my API logs that the agent consistently selected older models such as:
• o3
• gpt-4.1-mini
I did not see 5.2 being used at all.
I’m trying to understand whether this is:
1. A deliberate architectural choice
2. A cost / latency optimization
3. A compatibility constraint
4. Or related to safety-alignment behavior differences in newer models
Technical Details
No response
Designs and Mockups
No response
Alternative Solutions
No response
Verification
@asdek commented on GitHub (Feb 24, 2026):
hey @Yisiooo
it's "related to safety-alignment behavior differences in newer models", now you have to fill application for newest models use in cybersecurity use cases like that:
https://openai.com/en-US/form/enterprise-trusted-access-for-cyber/
you can try to use the latest models without it but it works unstable, for doing it you may create a new openai provider in PentAGI UI on the Settings page.
I'll add this disclaimer into README file.