diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 19:34:39 -0700 |
commit | 227c0635cf324ff212200fe38835b8015a3635bd (patch) | |
tree | d05f3de8fff69762a2820e67d332232d45199ff4 /extension/package.json | |
parent | 97f477e4dd64165738a6beab74edf09ef355a55a (diff) | |
parent | c71439aa68279bddb70e363ba9d883efc2976cbf (diff) | |
download | sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.gz sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.tar.bz2 sncontinue-227c0635cf324ff212200fe38835b8015a3635bd.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/package.json')
-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 212bb2d3..bf371803 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, |