-
Notifications
You must be signed in to change notification settings - Fork 2
Fix capitalization #2
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
Open
JonathanLennox
wants to merge
49
commits into
JonathanLennox:main
Choose a base branch
from
jitsi:fix-capitalization
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Add source maps for emscripten-generated code.
Make turn_detection configurable with an env var.
* Add metrics * Debug logs * Remove metric debug log
I'm not sure what Cloudflare does if you don't do this, but it may relate to how we saw a callback stop firing.
Previously we just checked if they were truthy, but "false" is truthy...
Enable logpush feature for the worker
* Fix PLC logic. * Add metrics for various Opus events. * Run 'prettier'.
* Add some metrics for normal correct behavior. * Only log happy-path metrics if env.DEBUG is true.
* fix: rm var shadowing * fix: avoid race condition between reset triggered and OpenAI response * fix: memory leaks on error, don't close already closed connection * fix: check if shift returns undefined * fix: if undefined set to now on interim
* chore: log unhandled openai events * chore: run prettier
…cted message log. (#18)
* feat: add pong to ping * feat: extend cpu limit to 5 minutes
* feat: transcription flush * fix: add missing comma
This can happen if our manual commit happens to hit right after the VAD detected that speech stopped.
* Use OPENAI_TURN_DETECTION as JSON. * Adjust default turn detection. * Make sure the turn detection is an object and has a type field.
* Mirror the "id" field when responding to ping. * Add an "event" field to transcription messages, so they parse as MediaJson.
* fix: log the actual error instead of [object ErrorEvent] * fix: get reason and code from close event
Aggregate happy-path metrics so as to not overwhelm the metrics system.
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.
No description provided.