Chris4K commited on
Commit
437a961
·
verified ·
1 Parent(s): cdf6dfb

Update .env

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