Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
📝 Documentation updates detected! You can review documentation updates here |
chitalian
reviewed
Apr 8, 2025
Contributor
There was a problem hiding this comment.
You'll also need to add it to caseForCost(costs: ModelRow
Contributor
Author
There was a problem hiding this comment.
Thanks, just updated with changes to it, hope that looks good.
chitalian
reviewed
Apr 8, 2025
chitalian
reviewed
Apr 8, 2025
chitalian
reviewed
Apr 8, 2025
| @Route("/v1/audio") | ||
| @Tags("Audio") | ||
| @Security("api_key") | ||
| export class AudioController extends Controller { |
Contributor
There was a problem hiding this comment.
where is this being called?
Contributor
Author
There was a problem hiding this comment.
The audio playback button
chitalian
requested changes
Apr 8, 2025
Contributor
chitalian
left a comment
There was a problem hiding this comment.
small changes needed! great work
chitalian
approved these changes
Apr 8, 2025
Co-authored-by: Justin Torre <[email protected]>
69982d0 to
627b094
Compare
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.
Update: Now using ffmpeg inside jawn for better audio conversion and gain control
Fix: Assistant request dark mode missing
Fix: Annoying logs in jawn
Update: Cost added for realtime models
Update: Cost calculation, logging, and db migrations added for realtime models
New: Deleted messages are now handled really well
New: Realtime docs
New: Changelog post for Realtime launch