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 | c71439aa68279bddb70e363ba9d883efc2976cbf (patch) | |
tree | ab7bd694a8379dc4008deb97589dcd364dec780a /extension | |
parent | c2bb7fa581d2d226e25fccb245e4aecc128a5788 (diff) | |
download | sncontinue-c71439aa68279bddb70e363ba9d883efc2976cbf.tar.gz sncontinue-c71439aa68279bddb70e363ba9d883efc2976cbf.tar.bz2 sncontinue-c71439aa68279bddb70e363ba9d883efc2976cbf.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, |