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
commit4fdf41ae8df6f58c27b034dd75f7efd66d8f4919 (patch)
tree2a48872c3d7bf14d8926fb023b9c7a099c199f06 /docs
parent56a438f9ce0daaddf77299d5ed54f19b72053b45 (diff)
downloadsncontinue-4fdf41ae8df6f58c27b034dd75f7efd66d8f4919.tar.gz
sncontinue-4fdf41ae8df6f58c27b034dd75f7efd66d8f4919.tar.bz2
sncontinue-4fdf41ae8df6f58c27b034dd75f7efd66d8f4919.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.