Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pdufour
/
codex
Public
forked from
openai/codex
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Add local LLM voice model transcription
- #1
#1
Open
pdufour
wants to merge 17 commits into
main
pdufour/codex:main
from
paul.dufour/test-local-trans
pdufour/codex:paul.dufour/test-local-trans
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
Add local LLM voice model transcription
#1
pdufour
wants to merge 17 commits into
main
pdufour/codex:main
from
paul.dufour/test-local-trans
pdufour/codex:paul.dufour/test-local-trans
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2026
wip: rip out openai-only transcription, wire up transcribe-rs with parakeet onnx backend
Show description for cdc85f4
pdufour
committed
cdc85f4
View commit details
Copy full SHA for cdc85f4
Browse repository at this point
download missing parakeet model files from huggingface on first use
Show description for 50f9cee
pdufour
committed
50f9cee
View commit details
Copy full SHA for 50f9cee
Browse repository at this point
add /voicemodel slash command, voice model popup, bring back openai transcription path
Show description for 0c379cb
pdufour
committed
0c379cb
View commit details
Copy full SHA for 0c379cb
Browse repository at this point
restore chat_composer.rs voice keybinding block that got nuked
Show description for f338a8e
pdufour
committed
f338a8e
View commit details
Copy full SHA for f338a8e
Browse repository at this point
switch model download from curl to hf-hub api, add tracing, kill /tmp debug log
Show description for 7e29b12
pdufour
committed
7e29b12
View commit details
Copy full SHA for 7e29b12
Browse repository at this point
clean up voice model validation, replace alias map with allowed-id list, trim chatwidget
Show description for 61b409b
pdufour
committed
61b409b
View commit details
Copy full SHA for 61b409b
Browse repository at this point
drop normalize_selected_model and validate wrapper, inline validation into try_set
Show description for a4849dc
pdufour
committed
a4849dc
View commit details
Copy full SHA for a4849dc
Browse repository at this point
add 24k to 16k wav resampling for local models, simplify voice popup and set_voice_model
Show description for d633852
pdufour
committed
d633852
View commit details
Copy full SHA for d633852
Browse repository at this point
revert .gitignore additions for model artifacts and sample.ogg
Show description for c0cd0c4
pdufour
committed
c0cd0c4
View commit details
Copy full SHA for c0cd0c4
Browse repository at this point
restore openai transcribe duration_seconds param and 24k sample rate test expectations from main
Show description for b7b0c33
pdufour
committed
b7b0c33
View commit details
Copy full SHA for b7b0c33
Browse repository at this point
fix normalize_chatgpt_base_url: use parameter name base_url instead of input
Show description for 185279f
pdufour
committed
185279f
View commit details
Copy full SHA for 185279f
Browse repository at this point
voice: repo-to-class map, generic SpeechModel loading, voice_model_picker_options()
pdufour
committed
18a084d
View commit details
Copy full SHA for 18a084d
Browse repository at this point
Commits on Mar 16, 2026
voice: default to OpenAI when no /voicemodel selected
pdufour
committed
7cf9b15
View commit details
Copy full SHA for 7cf9b15
Browse repository at this point
Re-enable features
pdufour
committed
d88d05f
View commit details
Copy full SHA for d88d05f
Browse repository at this point
Disable voice-model when voice-input feature is off
pdufour
committed
a333f38
View commit details
Copy full SHA for a333f38
Browse repository at this point
Add tests
pdufour
committed
8971a82
View commit details
Copy full SHA for 8971a82
Browse repository at this point
terminal clear after download finished
pdufour
committed
90af45e
View commit details
Copy full SHA for 90af45e
Browse repository at this point
You can’t perform that action at this time.