Skip to content

Conversation

@louis-jan
Copy link
Contributor

@louis-jan louis-jan commented Dec 21, 2024

Describe Your Changes

OpenAI o1 - max outputs: 16384
81676

OpenAI 4o-mini - max outputs: 100000
CleanShot 2024-12-21 at 11 54 20@2x

Fixes Issues

  • Closes #
  • Closes #

Changes made

The code changes in the models.json file involve the addition of two new models:

  1. OpenAI GPT 4o-mini:

    • URL: https://openai.com
    • ID: gpt-4o-mini
    • Object: model
    • Name: OpenAI GPT 4o-mini
    • Version: 1.1
    • Description: "GPT-4o mini (“o” for “omni”) is a fast, affordable small model for focused tasks."
    • Format: api
    • Settings: {"vision_model": true}
    • Parameters: {"max_tokens": 16384, "temperature": 0.7, "top_p": 0.95, "stream": true, "stop": [], "frequency_penalty": 0, "presence_penalty": 0}
    • Metadata: {"author": "OpenAI", "tags": ["General"]}
    • Engine: openai
  2. OpenAI o1:

    • URL: https://openai.com
    • ID: o1
    • Object: model
    • Name: OpenAI o1
    • Version: 1.0
    • Description: "OpenAI o1 is a new model with complex reasoning"
    • Format: api
    • Settings: {}
    • Parameters: {"max_tokens": 100000, "temperature": 1, "top_p": 1, "stream": true, "frequency_penalty": 0, "presence_penalty": 0}
    • Metadata: {"author": "OpenAI", "tags": ["General"]}
    • Engine: openai

@github-actions
Copy link
Contributor

Barecheck - Code coverage report

Total: 68.59%

Your code coverage diff: 0.00% ▴

✅ All code changes are covered

@github-actions
Copy link
Contributor

This is the build for this pull request. You can download it from the Artifacts section here: Build URL.

@hantran-co hantran-co added this to the v0.5.12 milestone Dec 21, 2024
@louis-jan louis-jan merged commit 5163e12 into main Dec 21, 2024
21 checks passed
@louis-jan louis-jan deleted the chore/add-openai-gpt4o-mini-and-o1-models branch December 21, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants