Fix Azure Speech worker crash, implement Groq model rotation for rate…#17
Open
ikehi wants to merge 9 commits into
Open
Fix Azure Speech worker crash, implement Groq model rotation for rate…#17ikehi wants to merge 9 commits into
ikehi wants to merge 9 commits into
Conversation
… limits, optimize response brevity and ignore own speech
|
@ikehi is attempting to deploy a commit to the csrsoftwares' projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
it works perfectly on my local so here just to help lol |
f666af0 to
9d93a5f
Compare
1231288 to
9d93a5f
Compare
… LLM requests in parallel
- Rewrote system prompt to enforce concise, spoken-style answers (2-3 short paragraphs max) - Banned code blocks, bullet points, headers, and essay-style formatting from responses - Reduced max_tokens from 150 to 300 for well-calibrated response length - Removed restrictive stop sequences that were cutting off answers prematurely - Removed code snippet rendering from chat UI (text-only display) - Fixed chat scroll behavior to jump to top of AI response instead of bottom - Reduced message spacing from 16px to 6px for compact layout - Fixed speech-worker silence threshold from 0.1s to 0.9s to prevent interruptions
… fix, Llama 4 vision model
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.
… limits, optimize response brevity and ignore own speech