We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f966af commit 3dfaca9Copy full SHA for 3dfaca9
1 file changed
live-demo/app/resources/users.ts
@@ -54,7 +54,7 @@ export default {
54
audioAdapter: new OpenAIAudioAdapter({
55
apiKey: openAiApiKey,
56
defaultVoice: 'alloy',
57
- defaultSpeed: 1.5,
+ defaultSpeed: 1.25,
58
}),
59
placeholderMessages: async ({ httpExtra }: any) => getLocalizedPlaceholderMessages({
60
completionAdapter: fastCompletionAdapter as any,
0 commit comments