summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-06 00:21:15 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-06 00:21:15 -0400
commit04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646 (patch)
treead6acb284566c9ad4bda6eaf78ad5283368e86f4 /extension/package.json
parent9cda43f842b2489ce3119f43596a1a8a997adeb2 (diff)
downloadsncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.tar.gz
sncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.tar.bz2
sncontinue-04aa13340b7a621a9ff678a3c0cfc1d9aa9fb646.zip
many design improvements
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json4
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."
}