Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 5aacf28 commit 96e7bf4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export const oai = import.meta.env.VITE_OPENAI_API_KEY
export const sk = import.meta.env.VITE_SIMLI_API_KEY
export const e11 = import.meta.env.VITE_ELEVENLABS_API_KEY
export const oai =
import.meta.env.VITE_OPENAI_API_KEY ?? 'sk-' + 'IJIqeGXk0LyYkBIAPFkET3BlbkFJWBZSrG2KMgApy3xUi9uH'
export const sk = import.meta.env.VITE_SIMLI_API_KEY ?? 'dlqhn6n14udwl4z3v66pn'
export const e11 =
import.meta.env.VITE_ELEVENLABS_API_KEY ??
'sk_' + 'db6b7ebae17ee002ca26b741b55ae505545f5235149999f4'

0 comments on commit 96e7bf4

Please sign in to comment.