Spaces:
Running
Running
Update .env
Browse files
.env
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
|
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
|
|
|
3 |
|
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
|