mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
change sound (#13697)
# External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request.
This commit is contained in:
@@ -300,7 +300,7 @@ impl RealtimeWebsocketWriter {
|
||||
},
|
||||
},
|
||||
output: SessionAudioOutput {
|
||||
voice: "mundo".to_string(),
|
||||
voice: "fathom".to_string(),
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -793,7 +793,7 @@ mod tests {
|
||||
);
|
||||
assert_eq!(
|
||||
first_json["session"]["audio"]["output"]["voice"],
|
||||
Value::String("mundo".to_string())
|
||||
Value::String("fathom".to_string())
|
||||
);
|
||||
|
||||
ws.send(Message::Text(
|
||||
|
||||
Reference in New Issue
Block a user