-
Notifications
You must be signed in to change notification settings - Fork 377
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
API: Parameter Update #169
Conversation
…ns > tools), add and update parameter descriptions, use enums to emulate python API type unions for full parameter type support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Quality Gate passedIssues Measures |
Thanks a lot! 🔥 |
* 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
* 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 <[email protected]> Co-authored-by: Quill Zhou <[email protected]> Co-authored-by: Doğu Emre Demirçivi <[email protected]> Co-authored-by: Sergii Kryvoblotskyi <[email protected]> Co-authored-by: Kelvin Lau <[email protected]> Co-authored-by: xAstralMars <[email protected]>
What
Why
structs are out of sync with API
Affected Areas
Response and Query structs