diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-05 00:07:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-05 00:07:11 -0700 |
commit | 68233071dd0d97a353a66fe5627d69f97a389ca8 (patch) | |
tree | 2e1904c10a7db0a21abc9f37cd28bad2a1934e7c /extension/package.json | |
parent | 9620ba0154bde0778a0fe453d9dab29ae9a8082d (diff) | |
download | sncontinue-68233071dd0d97a353a66fe5627d69f97a389ca8.tar.gz sncontinue-68233071dd0d97a353a66fe5627d69f97a389ca8.tar.bz2 sncontinue-68233071dd0d97a353a66fe5627d69f97a389ca8.zip |
fix: :bug: set api_keys in config.py, fix spawn error handling
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/extension/package.json b/extension/package.json index d4de7f2a..d4235d48 100644 --- a/extension/package.json +++ b/extension/package.json @@ -47,12 +47,7 @@ "continue.serverUrl": { "type": "string", "default": "http://localhost:65432", - "description": "The URL of the Continue server. Only change this if you are running the server manually. If you want to use an LLM hosted at a custom URL, please see https://continue.dev/docs/customization#change-the-default-llm." - }, - "continue.OPENAI_API_KEY": { - "type": "string", - "default": null, - "description": "The OpenAI API key to use for code generation. Leave empty to get limited free usage of Continue." + "description": "The URL of the Continue server. Only change this if you are running the server manually. If you want to use an LLM hosted at a custom URL, please see https://continue.dev/docs/customization#change-the-default-llm. All other configuration is done in `~/.continue/config.py`, which you can access by using the '/config' slash command." } } }, |