Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTeida committed Jan 21, 2024
1 parent 26c5733 commit 84bd24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OpenAi.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import OpenAI from 'openai';

const openai = new OpenAI({
apiKey: import.meta.env.VITE_OPENAI_API_KEY,
apiKey: null,
dangerouslyAllowBrowser: true
})

Expand Down

0 comments on commit 84bd24f

Please sign in to comment.