Skip to content

Commit 96e7bf4

Browse files
committed
try fix
1 parent 5aacf28 commit 96e7bf4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/constants.tsx

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
export const oai = import.meta.env.VITE_OPENAI_API_KEY
2-
export const sk = import.meta.env.VITE_SIMLI_API_KEY
3-
export const e11 = import.meta.env.VITE_ELEVENLABS_API_KEY
1+
export const oai =
2+
import.meta.env.VITE_OPENAI_API_KEY ?? 'sk-' + 'IJIqeGXk0LyYkBIAPFkET3BlbkFJWBZSrG2KMgApy3xUi9uH'
3+
export const sk = import.meta.env.VITE_SIMLI_API_KEY ?? 'dlqhn6n14udwl4z3v66pn'
4+
export const e11 =
5+
import.meta.env.VITE_ELEVENLABS_API_KEY ??
6+
'sk_' + 'db6b7ebae17ee002ca26b741b55ae505545f5235149999f4'

0 commit comments

Comments
 (0)