summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-26 16:01:18 -0700
committerGitHub <noreply@github.com>2023-07-26 16:01:18 -0700
commitce76e391775034c1faec3198f59b2d5f90f61150 (patch)
tree685e3a3ba60369913dbfb9b5f7da7ab6acdc21c3 /docs
parenta0e386a9373ec6161df2de46e5fee751fa656830 (diff)
downloadsncontinue-ce76e391775034c1faec3198f59b2d5f90f61150.tar.gz
sncontinue-ce76e391775034c1faec3198f59b2d5f90f61150.tar.bz2
sncontinue-ce76e391775034c1faec3198f59b2d5f90f61150.zip
Update customization.md
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/customization.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/customization.md b/docs/docs/customization.md
index c714b4a5..46dd0b0d 100644
--- a/docs/docs/customization.md
+++ b/docs/docs/customization.md
@@ -6,12 +6,12 @@ Continue can be deeply customized by editing the `ContinueConfig` object in `~/.
Change the `default_model` field to any of "gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "claude-2", or "ggml".
-### Adding a model API key
+### Adding an OpenAI API key
New users can try out Continue with GPT-4 using a proxy server that securely makes calls to OpenAI using our API key. Continue should just work the first time you install the extension in VS Code.
Once you are using Continue regularly though, you will need to add an OpenAI API key that has access to GPT-4 by following these steps:
-1. Copy your API key from your provider (e.g. https://platform.openai.com/account/api-keys)
+1. Copy your API key from https://platform.openai.com/account/api-keys
2. Use the cmd+, (Mac) / ctrl+, (Windows) to open your VS Code settings
3. Type "Continue" in the search bar
4. Click Edit in settings.json under Continue: OpenAI_API_KEY" section