Skip to content

Commit 3dfaca9

Browse files
committed
fix: adjust defaultSpeed in OpenAIAudioAdapter from 1.5 to 1.25
1 parent 0f966af commit 3dfaca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

live-demo/app/resources/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
audioAdapter: new OpenAIAudioAdapter({
5555
apiKey: openAiApiKey,
5656
defaultVoice: 'alloy',
57-
defaultSpeed: 1.5,
57+
defaultSpeed: 1.25,
5858
}),
5959
placeholderMessages: async ({ httpExtra }: any) => getLocalizedPlaceholderMessages({
6060
completionAdapter: fastCompletionAdapter as any,

0 commit comments

Comments
 (0)