Chris4K commited on
Commit
6bf1644
·
verified ·
1 Parent(s): 70d14fd

Update .env

Browse files
Files changed (1) hide show
  1. .env +1 -0
.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