diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-04 12:04:30 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-04 12:04:30 -0700 |
commit | 6f8be6366269cee61d0000f7332366a0276e562d (patch) | |
tree | e72d9d411744c4f6901c69f0cc3b6ad775e7cbc4 /extension | |
parent | fdb036bcecec891adaf99d73101c458fc4087406 (diff) | |
download | sncontinue-6f8be6366269cee61d0000f7332366a0276e562d.tar.gz sncontinue-6f8be6366269cee61d0000f7332366a0276e562d.tar.bz2 sncontinue-6f8be6366269cee61d0000f7332366a0276e562d.zip |
docs: :memo: improved customization / troubleshooting documentation
Diffstat (limited to 'extension')
-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 e1df91d4..8e3448aa 100644 --- a/extension/package.json +++ b/extension/package.json @@ -47,12 +47,12 @@ "continue.serverUrl": { "type": "string", "default": "http://localhost:65432", - "description": "The URL of the Continue server to use." + "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." + "description": "The OpenAI API key to use for code generation. Leave empty to get limited free usage of Continue." } } }, |