Update generation_script.py
Browse files- generation_script.py +1 -1
generation_script.py
CHANGED
@@ -15,7 +15,7 @@ from datasets import Dataset
|
|
15 |
from huggingface_hub import login
|
16 |
|
17 |
"""# Configure apikey"""
|
18 |
-
# TODO: Add your own
|
19 |
load_dotenv()
|
20 |
GEMINI_API_KEY = ""
|
21 |
HF_TOKEN= ""
|
|
|
15 |
from huggingface_hub import login
|
16 |
|
17 |
"""# Configure apikey"""
|
18 |
+
# TODO: Add your own apikey
|
19 |
load_dotenv()
|
20 |
GEMINI_API_KEY = ""
|
21 |
HF_TOKEN= ""
|