summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-04 15:43:24 +0200
committerTy Dunn <ty@tydunn.com>2023-06-04 15:43:24 +0200
commita3734d0500c412af891265c1855a43b19752f4e5 (patch)
treef6e5b8b4bc7c194741f0c806125ec701a11ab5ac /docs
parentf407aa0a1705bb4864be51499e607bd6b053b10d (diff)
downloadsncontinue-a3734d0500c412af891265c1855a43b19752f4e5.tar.gz
sncontinue-a3734d0500c412af891265c1855a43b19752f4e5.tar.bz2
sncontinue-a3734d0500c412af891265c1855a43b19752f4e5.zip
small cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/concepts/llm.md2
-rw-r--r--docs/docs/how-continue-works.md4
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/docs/concepts/llm.md b/docs/docs/concepts/llm.md
index 6e5fccc1..eacae6cd 100644
--- a/docs/docs/concepts/llm.md
+++ b/docs/docs/concepts/llm.md
@@ -18,6 +18,6 @@ Just a class with a "complete" method. Right now have HuggingFaceInferenceAPI an
### `gpt-4`
-### `gpt-turbo-3.5`
+### `gpt-3.5-turbo`
### `StarCoder`
diff --git a/docs/docs/how-continue-works.md b/docs/docs/how-continue-works.md
index c139afa0..55c4f13c 100644
--- a/docs/docs/how-continue-works.md
+++ b/docs/docs/how-continue-works.md
@@ -1,9 +1,7 @@
-# How `Continue` works
+# How Continue works
![Continue Architecture Diagram](/img/continue-architecture.png)
-## Overview
-
The `Continue` library consists of an [SDK](./concepts/sdk.md), a [GUI](./concepts/gui.md), and a [Server](./concepts/server.md) that brings everything together.
1. The [SDK](./concepts/sdk.md) gives you access to the tools (e.g. open a directory, edit a file, call a model, etc.) needed to define steps that integrate LLMs into your IDE and workflows.