We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a2e89 commit 4796aebCopy full SHA for 4796aeb
1 file changed
live-demo/app/resources/users.ts
@@ -52,7 +52,7 @@ export default {
52
}),
53
new AdminForthAgent({
54
audioAdapter: new OpenAIAudioAdapter({
55
- apiKey: process.env.OPENAI_API_KEY,
+ apiKey: openAiApiKey,
56
57
placeholderMessages: async ({ httpExtra }: any) => getLocalizedPlaceholderMessages({
58
completionAdapter: fastCompletionAdapter as any,
0 commit comments