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 | 5cb69176f731d6e93802e29eb37c5c5d83003be2 (patch) | |
tree | 5cdd3b786e0391648a265be117c53f9162f64f18 /extension/package.json | |
parent | 9f33cac01eef7cbe15dafb4bd51666195f120d69 (diff) | |
parent | 60eaf08df63b77ce31ce8afaa77fdd6b357c8a8a (diff) | |
download | sncontinue-5cb69176f731d6e93802e29eb37c5c5d83003be2.tar.gz sncontinue-5cb69176f731d6e93802e29eb37c5c5d83003be2.tar.bz2 sncontinue-5cb69176f731d6e93802e29eb37c5c5d83003be2.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." } |