Merged
Conversation
added 3 commits
February 5, 2024 16:20
…ns > tools), add and update parameter descriptions, use enums to emulate python API type unions for full parameter type support
ingvarus-bc
approved these changes
Feb 14, 2024
Contributor
ingvarus-bc
left a comment
There was a problem hiding this comment.
Hey, @kalafus, thank you for your contribution! You did such an impressive huge job, well done! 🔥🤩
Only one little thing, I'd like to comment, I see _(underscore) format in lots of places, usually when working with Swift it is common and kind of style guide rule, to use CamelCase. Not a dealbreaker, but would be great if everything there was in one consistent style.
|
Contributor
|
Thanks a lot! 🔥 |
Closed
kalafus
pushed a commit
to kalafus/OpenAI
that referenced
this pull request
Feb 16, 2024
tisfeng
pushed a commit
to tisfeng/OpenAI
that referenced
this pull request
May 11, 2024
vishnuravi
pushed a commit
to StanfordBDHG/OpenAI
that referenced
this pull request
May 15, 2024
vandyshev
added a commit
to vandyshev/OpenAI
that referenced
this pull request
Jun 19, 2024
* macpaw/main: Adds gpt-4o Fixes the `m4a` content type sent as `mp4` instead Update Models.swift gpt-4-vision-preview support fix and test MacPaw#169 MacPaw#174
vishnuravi
added a commit
to StanfordBDHG/OpenAI
that referenced
this pull request
Jul 23, 2024
* gpt-4-vision-preview support fix and test MacPaw#169 MacPaw#174 * Update Models.swift * Fixes the `m4a` content type sent as `mp4` instead * Adds gpt-4o * chore: add gpt-4o-mini support Added the gpt-4o-mini model to Models.swift * Fix merge conflict * Update demo app --------- Co-authored-by: James J Kalafus <many.faceted125@passmail.net> Co-authored-by: Quill Zhou <quillzhou@gmail.com> Co-authored-by: Doğu Emre Demirçivi <me@emredemircivi.com> Co-authored-by: Sergii Kryvoblotskyi <krivoblotsky@macpaw.com> Co-authored-by: Kelvin Lau <kelvin.kl.lau@gmail.com> Co-authored-by: xAstralMars <xastralmars@gmail.com>
wangqi
pushed a commit
to wangqi/OpenAI
that referenced
this pull request
Feb 18, 2025
API: Parameter Update
wangqi
pushed a commit
to wangqi/OpenAI
that referenced
this pull request
Feb 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
Why
structs are out of sync with API
Affected Areas
Response and Query structs