From 4fdf41ae8df6f58c27b034dd75f7efd66d8f4919 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Sun, 4 Jun 2023 15:43:24 +0200 Subject: small cleanup --- docs/docs/concepts/llm.md | 2 +- docs/docs/how-continue-works.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3-70-g09d2