diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-04 15:43:24 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-04 15:43:24 +0200 |
commit | a3734d0500c412af891265c1855a43b19752f4e5 (patch) | |
tree | f6e5b8b4bc7c194741f0c806125ec701a11ab5ac /docs | |
parent | f407aa0a1705bb4864be51499e607bd6b053b10d (diff) | |
download | sncontinue-a3734d0500c412af891265c1855a43b19752f4e5.tar.gz sncontinue-a3734d0500c412af891265c1855a43b19752f4e5.tar.bz2 sncontinue-a3734d0500c412af891265c1855a43b19752f4e5.zip |
small cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/concepts/llm.md | 2 | ||||
-rw-r--r-- | docs/docs/how-continue-works.md | 4 |
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

-## 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.
|