We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56045ef commit 4909fdcCopy full SHA for 4909fdc
1 file changed
live-demo/app/resources/users.ts
@@ -51,11 +51,11 @@ const usersResource: AdminForthResourceInput = {
51
foreignResourceId: 'audit_logs',
52
}),
53
new AdminForthAgent({
54
- audioAdapter: new OpenAIAudioAdapter({
55
- apiKey: openAiApiKey,
56
- defaultVoice: 'alloy',
57
- defaultSpeed: 1.25,
58
- }),
+ // audioAdapter: new OpenAIAudioAdapter({
+ // apiKey: openAiApiKey,
+ // defaultVoice: 'alloy',
+ // defaultSpeed: 1.25,
+ // }),
59
placeholderMessages: async ({ httpExtra }: any) => getLocalizedPlaceholderMessages({
60
completionAdapter: fastCompletionAdapter as any,
61
httpExtra,
0 commit comments