Skip to content

Add larger Foundry Whisper models - #512

Merged
H-Chris233 merged 1 commit into
Open-Less:betafrom
H-Chris233:issue-511-foundry-whisper-models
May 21, 2026
Merged

Add larger Foundry Whisper models#512
H-Chris233 merged 1 commit into
Open-Less:betafrom
H-Chris233:issue-511-foundry-whisper-models

Conversation

@H-Chris233

@H-Chris233H-Chris233 commented May 21, 2026

Copy link
Copy Markdown
Collaborator

User description

Summary

  • Add Foundry Local Whisper Medium and Large V3 Turbo aliases to the Windows local ASR catalog.
  • Keep frontend alias types, mock catalog sizes, and localized model copy in sync.
  • Cover the new aliases in backend validation tests.

Verification

  • cargo test --manifest-path "openless-all/app/src-tauri/Cargo.toml" foundry -- --test-threads=1
  • npm run build
  • git diff --check

Notes

  • Foundry Local model existence was checked against the Foundry Local models page API: whisper-medium and whisper-large-v3-turbo are present as CPU variants.
  • Windows Foundry runtime real-device load/transcription still needs validation on Windows hardware.

Refs #511


PR Type

Enhancement, Tests


Description

  • Add whisper-medium and whisper-large-v3-turbo

  • Sync frontend model lists and mock catalog

  • Update validation and preference tests

  • Localize new model labels and descriptions


Diagram Walkthrough

flowchart LR
A["New Foundry Whisper aliases"] --> B["Backend catalog and validation"]
A --> C["Frontend model options"]
A --> D["Localized labels and descriptions"]
B --> E["Preference handling tests"]
C --> D
Loading

File Walkthrough

Relevant files
Enhancement
2 files
foundry.rs
Add medium and large Whisper catalog entries
+17/-1
localAsr.ts
Extend Foundry aliases and UI options
+33/-3
Tests
1 files
commands.rs
Expand alias validation test coverage
+14/-0
Documentation
5 files
en.ts
Add English copy for new models
+4/-0
ja.ts
Add Japanese copy for new models
+4/-0
ko.ts
Add Korean copy for new models
+4/-0
zh-CN.ts
Add Simplified Chinese copy for new models
+4/-0
zh-TW.ts
Add Traditional Chinese copy for new models
+4/-0

@github-actions

Copy link
Copy Markdown
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🎫 Ticket compliance analysis ✅

511 - Fully compliant

Compliant requirements:

  • Added whisper-medium and whisper-large-v3-turbo.
  • Synced frontend model options, mock catalog, and localized labels/descriptions.
  • Added backend validation and preference test coverage for the new aliases.
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 PR contains tests
🔒 No security concerns identified
⚡ No major issues detected

@H-Chris233
H-Chris233 merged commit 62eb78e into Open-Less:betaMay 21, 2026
4 checks passed
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>
@H-Chris233
H-Chris233 deleted the issue-511-foundry-whisper-models branch May 29, 2026 10:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@H-Chris233