Skip to content

Commit

Permalink
more hot garb
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 51beca2 commit 90578b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const oai =
import.meta.env.VITE_OPENAI_API_KEY ?? ('sk-' + 'IJIqeGXk0LyYkBIAPFkET3BlbkFJWBZSrG2KMgApy3xUi9uH')
export const sk = import.meta.env?.VITE_SIMLI_API_KEY ??
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')
'sk_' + 'db6b7ebae17ee002ca26b741b55ae505545f5235149999f4'

0 comments on commit 90578b0

Please sign in to comment.