Spaces:
Sleeping
Sleeping
env : ajout d'un .env.example pour le repo public sur Hugging Face
Browse files- .env.example +5 -0
.env.example
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
HF_TOKEN=your_huggingface_token_here
|
| 2 |
+
HF_DEBUG=1
|
| 3 |
+
HF_FINAL_ASSIGNMENT_OPENAI=your_openai_api_key_here
|
| 4 |
+
HF_FINAL_ASSIGNMENT_TAVILY=your_tavily_api_key_here
|
| 5 |
+
HF_FINAL_ASSIGNMENT_YOUTUBE_V3=your_youtube_v3_api_key_here
|