Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
shyguys_2
like
40
Running
on
T4
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
refs/pr/7
shyguys_2
/
api.js
theo-michel
Initial commit with latest state
426a708
7 days ago
raw
Copy download link
history
blame
Safe
194 Bytes
export
const
HUGGINGFACE_API_KEY
= process.
env
.
HUGGINGFACE_API_KEY
;
export
const
ELEVENLABS_API_KEY
= process.
env
.
ELEVENLABS_API_KEY
;
export
const
MISTRAL_API_KEY
= process.
env
.
MISTRAL_API_KEY
;