Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform): Add OpenAI reasoning models #8152

Merged
merged 7 commits into from
Sep 24, 2024

Conversation

majdyz
Copy link
Contributor

@majdyz majdyz commented Sep 24, 2024

Background

The O1 model can be effective for certain tasks.

Changes πŸ—οΈ

Added OpenAI's o1-preview and o1-mini.

Testing πŸ”

Note

Only for the new autogpt platform, currently in autogpt_platform/

  • Create from scratch and execute an agent with at least 3 blocks
  • Import an agent from file upload, and confirm it executes correctly
  • Upload agent to marketplace
  • Import an agent from marketplace and confirm it executes correctly
  • Edit an agent from monitor, and confirm it executes correctly

@majdyz majdyz requested a review from a team as a code owner September 24, 2024 18:53
@majdyz majdyz requested review from kcze, aarushik93 and Torantulino and removed request for a team September 24, 2024 18:53
@github-actions github-actions bot added the platform/backend AutoGPT Platform - Back end label Sep 24, 2024
Copy link

PR Reviewer Guide πŸ”

⏱️ Estimated effort to review: 2 πŸ”΅πŸ”΅βšͺβšͺβšͺ
πŸ§ͺΒ No relevant tests
πŸ”’Β No security concerns identified
⚑ Key issues to review

Potential Bug
The response_format variable is used before it's defined for non-O1 models when json_format is False.

Inconsistent Behavior
The handling of system messages differs for O1 models, potentially leading to unexpected behavior.

Copy link

netlify bot commented Sep 24, 2024

βœ… Deploy Preview for auto-gpt-docs canceled.

Name Link
πŸ”¨ Latest commit 4d27fcf
πŸ” Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/66f342b48194d800080ec7b3

@majdyz majdyz merged commit 81d1be7 into master Sep 24, 2024
13 checks passed
@majdyz majdyz deleted the zamilmajdy/add-openai-reasoning-model branch September 24, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: βœ… Done
Development

Successfully merging this pull request may close these issues.

2 participants