Skip to content

Conversation

@kcze
Copy link
Contributor

@kcze kcze commented Dec 20, 2025

Changes πŸ—οΈ

  • Add OpenAI GPT-5.2 with metadata&cost
  • Add const DEFAULT_LLM_MODEL (set to GPT-5.2) and use it instead of hardcoded model across llm blocks and tests

Checklist πŸ“‹

For code changes:

  • I have clearly listed my changes in the PR description
  • I have made a test plan
  • I have tested my changes according to the test plan:
    • GPT-5.2 is set as default and works on llm blocks

@kcze kcze requested a review from a team as a code owner December 20, 2025 07:02
@kcze kcze requested review from Pwuts and majdyz and removed request for a team December 20, 2025 07:02
@github-project-automation github-project-automation bot moved this to πŸ†• Needs initial review in AutoGPT development kanban Dec 20, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 20, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch kpczerwinski/open-2909-add-gpt-52

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❀️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AutoGPT-Agent
Copy link

Thank you for adding support for the new GPT-5.2 model and implementing the DEFAULT_LLM_MODEL constant to replace hardcoded model references throughout the codebase.

Before this PR can be approved, please complete the checklist in the PR description. Specifically, you need to test your changes according to the test plan you've outlined ("All models work on a llm block") and check off that item.

The changes themselves look good:

  • You've added the new GPT-5.2 model in the correct alphabetical order in the enum
  • The constant DEFAULT_LLM_MODEL is consistently applied across the codebase
  • You've included appropriate metadata and cost information for the new model

Please complete the testing and update the checklist to indicate you've verified your changes work as expected.

Copy link
Member

@Bentlybro Bentlybro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@github-project-automation github-project-automation bot moved this from πŸ†• Needs initial review to πŸ‘πŸΌ Mergeable in AutoGPT development kanban Dec 20, 2025
@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Dec 20, 2025
@github-actions
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conflicts Automatically applied to PRs with merge conflicts platform/backend AutoGPT Platform - Back end platform/blocks size/m

Projects

Status: πŸ‘πŸΌ Mergeable

Development

Successfully merging this pull request may close these issues.

4 participants