diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:16:18 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-03 19:16:18 -0700 |
commit | 77ed3df388fcb8c5178907ef8aae3c3eab7415da (patch) | |
tree | aef7d8c10c7e3c944b0eb0c0a7fabf96a08c8685 /extension | |
parent | bc96340b042a37e124c91ac22f7cc2d52858d178 (diff) | |
download | sncontinue-77ed3df388fcb8c5178907ef8aae3c3eab7415da.tar.gz sncontinue-77ed3df388fcb8c5178907ef8aae3c3eab7415da.tar.bz2 sncontinue-77ed3df388fcb8c5178907ef8aae3c3eab7415da.zip |
removing huggingface token setting
Diffstat (limited to 'extension')
-rw-r--r-- | extension/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extension/package.json b/extension/package.json index 58ff2b61..741532c2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -58,11 +58,6 @@ "default": "", "description": "The OpenAI API key to use for code generation." }, - "continue.HUGGING_FACE_TOKEN": { - "type": "password", - "default": "", - "description": "The Hugging Face API token to use for code generation." - }, "continue.dataSwitch": { "type": "boolean", "default": false, |