diff options
-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
![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.
|