diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-06 00:21:15 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-06 00:21:15 -0400 |
commit | 60eaf08df63b77ce31ce8afaa77fdd6b357c8a8a (patch) | |
tree | 3829dddf518ada1dcdbdda12716ce4ee39a5a500 /extension/package.json | |
parent | 8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016 (diff) | |
download | sncontinue-60eaf08df63b77ce31ce8afaa77fdd6b357c8a8a.tar.gz sncontinue-60eaf08df63b77ce31ce8afaa77fdd6b357c8a8a.tar.bz2 sncontinue-60eaf08df63b77ce31ce8afaa77fdd6b357c8a8a.zip |
many design improvements
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." } |