jbilcke-hf HF staff commited on
Commit
8b17013
·
1 Parent(s): 74bfab8

don't forget the replicate secret

Browse files
Files changed (1) hide show
  1. .env.sample +3 -0
.env.sample CHANGED
@@ -19,6 +19,9 @@ VC_OPENAI_API_KEY="<USE YOUR OWN>"
19
  # Hugging Face API key used to call Hugging Face spaces
20
  VC_HF_API_TOKEN="<USE YOUR OWN>"
21
 
 
 
 
22
  #--------------------- LLM INFERENCE SERVERS ----------------------
23
  VC_INFERENCE_ENDPOINT_URL="<USE YOUR OWN>"
24
 
 
19
  # Hugging Face API key used to call Hugging Face spaces
20
  VC_HF_API_TOKEN="<USE YOUR OWN>"
21
 
22
+ # Replicate API token
23
+ AUTH_REPLICATE_API_TOKEN="<USE YOUR OWN>"
24
+
25
  #--------------------- LLM INFERENCE SERVERS ----------------------
26
  VC_INFERENCE_ENDPOINT_URL="<USE YOUR OWN>"
27