We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6e241 commit 737fb22Copy full SHA for 737fb22
scripts/validate.ipynb
@@ -13,7 +13,27 @@
13
"metadata": {},
14
"outputs": [],
15
"source": [
16
- "%pip install readme-ready bert_score nltk "
+ "%pip install -U readme-ready bert_score nltk "
17
+ ]
18
+ },
19
+ {
20
+ "cell_type": "markdown",
21
+ "metadata": {},
22
+ "source": [
23
+ "## Set environment variables"
24
25
26
27
+ "cell_type": "code",
28
+ "execution_count": null,
29
30
+ "outputs": [],
31
32
+ "import os\n",
33
+ "HF_TOKEN = \"hf_fake_token\" # Replace token\n",
34
+ "OPENAI_API_KEY = \"fake_openai_api_key\" # Replace api key\n",
35
+ "os.environ[\"OPENAI_API_KEY\"] = OPENAI_API_KEY\n",
36
+ "os.environ[\"HF_TOKEN\"] = HF_TOKEN"
37
]
38
},
39
{
0 commit comments