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: Support dynamic responseFormat #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Sep 6, 2024

  1. feat: Support dynamic responseFormat

    OpenAI recently introduced Structured outputs in their API. This is done by passing the desired JSON schema in the "response_format" parameter as described here: https://openai.com/index/introducing-structured-outputs-in-the-api/
    
    Since the JSON schema is an object i.e. Map<String, dynamic> and not a String, we should remove the type requirement for "response_format" and use dynamic instead, similar to "logitBias"
    DuzziG committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a4bda46 View commit details
    Browse the repository at this point in the history