Skip to content

Commit 5f4e066

Browse files
authored
Merge pull request #387 from mckornfield/remove-token-nss/mck
fix(nss): remove empty tokens from datastore configs
2 parents e04f201 + d55276b commit 5f4e066

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

nemo/NeMo-Safe-Synthesizer/advanced/advanced_privacy.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"source": [
9696
"datastore_config = {\n",
9797
" \"endpoint\": \"http://localhost:3000/v1/hf\",\n",
98-
" \"token\": \"\",\n",
9998
"}"
10099
]
101100
},

nemo/NeMo-Safe-Synthesizer/advanced/replace_pii_only.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"source": [
8585
"datastore_config = {\n",
8686
" \"endpoint\": \"http://localhost:3000/v1/hf\",\n",
87-
" \"token\": \"\",\n",
8887
"}"
8988
]
9089
},

nemo/NeMo-Safe-Synthesizer/intro/safe_synthesizer_101.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"source": [
8787
"datastore_config = {\n",
8888
" \"endpoint\": \"http://localhost:3000/v1/hf\",\n",
89-
" \"token\": \"\",\n",
9089
"}"
9190
]
9291
},

0 commit comments

Comments
 (0)