summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-08-03 09:03:51 -0700
committerGitHub <noreply@github.com>2023-08-03 09:03:51 -0700
commitac3f9acf8352d46cd0b06868f8780a4e30d2ca80 (patch)
treebd286f769f562cb45f00feac6951d722c52cdf95 /extension/README.md
parent4bb387fd70d389aef60c541621368e3f3f66b3db (diff)
downloadsncontinue-ac3f9acf8352d46cd0b06868f8780a4e30d2ca80.tar.gz
sncontinue-ac3f9acf8352d46cd0b06868f8780a4e30d2ca80.tar.bz2
sncontinue-ac3f9acf8352d46cd0b06868f8780a4e30d2ca80.zip
Update README.md
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/extension/README.md b/extension/README.md
index 830c9606..59f5d155 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -32,16 +32,9 @@ Open a blank file and let Continue start new Python scripts, React components, e
## Getting Started
-### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
+By default, Continue uses GPT-4 and GPT-3.5-turbo via the OpenAI API.
-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:
-
-1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows)
-2. Search for and then select "Developer: Toggle Developer Tools"
-3. Select `Console`
-4. Read the console logs
+You can adjust the config to use different LLMs, including local, private models. Read more [here](https://continue.dev/docs/customization#change-the-default-llm).
# Troubleshooting