feat: add max token for gpt-5.3-chat#2280
Conversation
Review Summary by QodoAdd max token limit for gpt-5.3-chat model
WalkthroughsDescription• Add max token limit for gpt-5.3-chat model • Set context window to 250K tokens with config override capability Diagramflowchart LR
A["Model Configuration"] -- "Add gpt-5.3-chat" --> B["250K Token Limit"]
B -- "Config Override" --> C["max_model_tokens Setting"]
File Changes1. pr_agent/algo/__init__.py
|
Code Review by Qodo
1. Hardcoded gpt-5.3-chat tokens
|
|
Persistent review updated to latest commit fbbfb6a |
|
hi @mrT23 , could you help to review and approve this |
|
Hey @ElliotNguyen68, It seems the max token limit for this model is 128k Let me know if I'm missing anything 🙏 |
|
Persistent review updated to latest commit 86606ac |
|
hi @naorpeled , yes you are correct, I wrongly check the model. |
No description provided.