Skip to content

Commit 4796aeb

Browse files
committed
fix: rebuild
1 parent 45a2e89 commit 4796aeb

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
@@ -52,7 +52,7 @@ export default {
5252
}),
5353
new AdminForthAgent({
5454
audioAdapter: new OpenAIAudioAdapter({
55-
apiKey: process.env.OPENAI_API_KEY,
55+
apiKey: openAiApiKey,
5656
}),
5757
placeholderMessages: async ({ httpExtra }: any) => getLocalizedPlaceholderMessages({
5858
completionAdapter: fastCompletionAdapter as any,

0 commit comments

Comments
 (0)