diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-25 17:54:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 17:54:58 -0700 |
commit | 30c1e5790edb7e28f39c91e02424adfb219be5a9 (patch) | |
tree | 1bac3350ba12483ac5106f352900d3ab580380ec | |
parent | 2375ca5ff9b054d5128d5e4fc8507f925b25aebf (diff) | |
download | sncontinue-30c1e5790edb7e28f39c91e02424adfb219be5a9.tar.gz sncontinue-30c1e5790edb7e28f39c91e02424adfb219be5a9.tar.bz2 sncontinue-30c1e5790edb7e28f39c91e02424adfb219be5a9.zip |
Update README.md
-rw-r--r-- | README.md | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -9,7 +9,6 @@ <div align="center"> [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fcontinuedev%2Fcontinue) <a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none"> <img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" /> </a> @@ -21,7 +20,7 @@ ### Get possible explainations -Ask Continue about a part of your code to get another perspective +Highlight sections of code and ask Continue for another perspective - “how can I set up a Prisma schema that cascades deletes?” - “where in the page should I be making this request to the backend?” - “how can I communicate between these iframes?” @@ -35,7 +34,7 @@ Highlight a section of code and instruct Continue to refactor it ### Generate files from scratch -Let Continue build the scaffolding of Python scripts, React components, and more +Open a blank file and let Continue start new Python scripts, React components, etc. - “/edit here is a connector for postgres, now write one for kafka” - “/edit make an IAM policy that creates a user with read-only access to S3” - “/edit use this schema to write me a SQL query that gets recently churned users” @@ -44,8 +43,6 @@ Let Continue build the scaffolding of Python scripts, React components, and more ### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) -## Install - Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it If your Continue server is not setting up, please check the console logs: @@ -54,17 +51,6 @@ If your Continue server is not setting up, please check the console logs: 3. Select `Console` 4. Read the console logs -## 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) |