Fix Zhipu ASR endpoint handling#510
Merged
H-Chris233 merged 1 commit intoMay 20, 2026
Merged
Conversation
PR Reviewer Guide 🔍(Review updated until commit 7b39491)Here are some key observations to aid the review process:
|
400ff6b to
7b39491
Compare
|
Persistent review updated to latest commit 7b39491 |
appergb
pushed a commit
that referenced
this pull request
May 22, 2026
…s/Linux 修复 自 v1.3.4-11-beta-tauri 以来的改动: - feat(ui): 给划词追问框与语音胶囊加磨砂玻璃质感(#519) - fix(linux): 修复 Linux 主窗口控件(#518 / issue #517) - fix(windows): 缩短 Windows IME 提交超时(#514 / issue #491) - fix(windows): 流式 SendInput 节流(#513 / issue #491) - feat(asr): 新增更大的 Foundry Whisper 模型(#512 / issue #511) - fix(asr): 修复智谱 ASR endpoint 处理(#510 / issue #507) - fix(ui+network): 更新/登录/网络检测/市场加载四项修复 - fix(asr): 修复智谱批量 ASR 分片(#509 / issue #508) 本次只动版本号,逻辑改动已在上述 PR 落盘。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
User description
Summary
/v4,/v4/audio, and full/v4/audio/transcriptionsendpoints all post to the correct endpoint without doubling the path.Not Included
Test Plan
cargo test --manifest-path \"/home/chris233/openless/openless-all/app/src-tauri/Cargo.toml\" transcription_url_accepts_base_audio_or_full_endpoint -- --test-threads=1cargo test --manifest-path \"/home/chris233/openless/openless-all/app/src-tauri/Cargo.toml\" asr::whisper::tests::transcribe_posts_single_request_without_chunk_limit -- --test-threads=1git diff --check upstream/betaReview
PR Type
Bug fix, Tests
Description
Normalize Zhipu ASR transcription URLs
Avoid doubled
/audio/transcriptionspathsPreserve query strings on custom endpoints
Fix macOS ASR test socket blocking
Diagram Walkthrough
File Walkthrough
whisper.rs
Normalize ASR URLs and strengthen testsopenless-all/app/src-tauri/src/asr/whisper.rs
transcription_url()/audio/transcriptionsfor Zhipu endpoints