diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-03 22:18:43 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-03 22:18:43 -0700 |
commit | ce36d1e516e4cec7adfb8407cb50d7a5589be081 (patch) | |
tree | 1752c022dac77183f3c6c55f70a95c8fa9d1b1fa /extension | |
parent | af3ce820326e632d2cbb4f1880024046c8aa00cb (diff) | |
parent | 022cbb382bf5b0aa82216d73b4b59b85be0508c2 (diff) | |
download | sncontinue-ce36d1e516e4cec7adfb8407cb50d7a5589be081.tar.gz sncontinue-ce36d1e516e4cec7adfb8407cb50d7a5589be081.tar.bz2 sncontinue-ce36d1e516e4cec7adfb8407cb50d7a5589be081.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extension/README.md b/extension/README.md index 1766cef1..4786c99b 100644 --- a/extension/README.md +++ b/extension/README.md @@ -25,6 +25,17 @@ Let Continue build the scaffolding of Python scripts, React components, and more - `Write Python in a new file to get Posthog events` - `Add a React component for syntax highlighted code` +## 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 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** +5. Paste your API key as the value for "continue.OPENAI_API_KEY" in `settings.json` + ## License [Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE)
\ No newline at end of file |