diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-06 09:26:54 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-06 09:26:54 -0400 |
commit | 42d9dadcaac714b7d6e789fbdeafb2dad04dbed7 (patch) | |
tree | 471a8d35286557ba9d219484e0ed34bb20031804 /extension/package.json | |
parent | f10b489562849958be118e9abee6d8fb692d756d (diff) | |
parent | 04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646 (diff) | |
download | sncontinue-42d9dadcaac714b7d6e789fbdeafb2dad04dbed7.tar.gz sncontinue-42d9dadcaac714b7d6e789fbdeafb2dad04dbed7.tar.bz2 sncontinue-42d9dadcaac714b7d6e789fbdeafb2dad04dbed7.zip |
Merge branch 'design'
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package.json b/extension/package.json index 7bd48f98..c834f402 100644 --- a/extension/package.json +++ b/extension/package.json @@ -42,12 +42,12 @@ "description": "The URL of the Continue server to use." }, "continue.OPENAI_API_KEY": { - "type": "string", + "type": "password", "default": "", "description": "The OpenAI API key to use for code generation." }, "continue.HUGGING_FACE_TOKEN": { - "type": "string", + "type": "password", "default": "", "description": "The Hugging Face API token to use for code generation." } |