Spaces:
Sleeping
Sleeping
Update .env
Browse files
.env
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
# Make sure your key has permission to use all models
|
5 |
# Set up you key here: https://huggingface.co/docs/api-inference/en/quicktour#get-your-api-token
|
6 |
HF_API_KEY=os.getenv('HF_Key')
|
|
|
7 |
|
8 |
# For example you can try public Inference API endpoint for Meta-Llama-3-70B-Instruct model
|
9 |
# This model quiality is comparable with GPT-4
|
|
|
4 |
# Make sure your key has permission to use all models
|
5 |
# Set up you key here: https://huggingface.co/docs/api-inference/en/quicktour#get-your-api-token
|
6 |
HF_API_KEY=os.getenv('HF_Key')
|
7 |
+
TTS_KEY=os.getenv('HF_Key')
|
8 |
|
9 |
# For example you can try public Inference API endpoint for Meta-Llama-3-70B-Instruct model
|
10 |
# This model quiality is comparable with GPT-4
|