mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
voice transcription (#3381)
Adds voice transcription on press-and-hold of spacebar. https://github.com/user-attachments/assets/85039314-26f3-46d1-a83b-8c4a4a1ecc21 --------- Co-authored-by: Codex <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> Co-authored-by: David Zbarsky <zbarsky@openai.com>
This commit is contained in:
co-authored by
Codex <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
David Zbarsky
parent
50953ea39a
commit
855e275591
@@ -431,7 +431,7 @@ fn build_authorize_url(
|
||||
("redirect_uri".to_string(), redirect_uri.to_string()),
|
||||
(
|
||||
"scope".to_string(),
|
||||
"openid profile email offline_access".to_string(),
|
||||
"openid profile email offline_access api.model.audio.request".to_string(),
|
||||
),
|
||||
(
|
||||
"code_challenge".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user