summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-03 19:42:28 -0700
committerTy Dunn <ty@tydunn.com>2023-07-03 19:42:28 -0700
commit99cd41b8901a09c4f5e5a1e0fc78a93ee2306f2e (patch)
tree65ca20d49f0d68be8077dc8540ca132b1f807207 /README.md
parentc71439aa68279bddb70e363ba9d883efc2976cbf (diff)
downloadsncontinue-99cd41b8901a09c4f5e5a1e0fc78a93ee2306f2e.tar.gz
sncontinue-99cd41b8901a09c4f5e5a1e0fc78a93ee2306f2e.tar.bz2
sncontinue-99cd41b8901a09c4f5e5a1e0fc78a93ee2306f2e.zip
mentioning openai api key
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index f917e505..7f950362 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,17 @@ Let Continue build the scaffolding of Python scripts, React components, and more
### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
+## 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)