docs: re-arrange url path
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Integrate Continue with Jan and VSCode
|
title: Integrate Continue with Jan and VSCode
|
||||||
slug: /guides/integrations/integrate-continue
|
slug: /guides/integrations/continue
|
||||||
description: Guide to integrate Continue with Jan and VSCode
|
description: Guide to integrate Continue with Jan and VSCode
|
||||||
keywords:
|
keywords:
|
||||||
[
|
[
|
||||||
@ -16,21 +16,28 @@ keywords:
|
|||||||
integrate VSCode,
|
integrate VSCode,
|
||||||
]
|
]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Quick Introduction
|
## Quick Introduction
|
||||||
|
|
||||||
[Continue](https://continue.dev/docs/intro) is an open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM.
|
[Continue](https://continue.dev/docs/intro) is an open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM.
|
||||||
|
In this guide, we will show you how to integrate Continue with Jan and VSCode.
|
||||||
|
|
||||||
## Steps to Integrate Continue with Jan and VSCode
|
## Steps to Integrate Continue with Jan and VSCode
|
||||||
|
|
||||||
### 1. Download & Install [Continue for VSCode](https://continue.dev/docs/quickstart)
|
### 1. Install Continue for VSCode
|
||||||
|
|
||||||
### 2. [Enable API Server](../05-using-server/01-server.md) in Jan
|
You need to install Continue for VSCode. You can follow this [guide to install Continue for VSCode](https://continue.dev/docs/quickstart)
|
||||||
|
|
||||||
|
### 2. Enable Jan API Server
|
||||||
|
|
||||||
|
To configure the Continue to use Jan's Local Server, you need to enable Jan API Server with your preferred model, please follow this [guide to enable Jan API Server](../05-using-server/01-server.md)
|
||||||
|
|
||||||
### 3. Configure Continue to use Jan's Local Server
|
### 3. Configure Continue to use Jan's Local Server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vim ~/.continue/config.json
|
vim ~/.continue/config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
@ -69,4 +76,4 @@ Ask a question, and press **Enter**. Example: `Explain this code`
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Type your edit request, and press **Enter**. Example: `Put comments in the code`
|
Type your edit request, and press **Enter**. Example: `Put comments in the code`
|
||||||
21
docs/docs/guides/07-integrations/README.mdx
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: Integrations
|
||||||
|
slug: /guides/integrations/
|
||||||
|
description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server.
|
||||||
|
keywords:
|
||||||
|
[
|
||||||
|
Jan AI,
|
||||||
|
Jan,
|
||||||
|
ChatGPT alternative,
|
||||||
|
local AI,
|
||||||
|
private AI,
|
||||||
|
conversational AI,
|
||||||
|
no-subscription fee,
|
||||||
|
large language model,
|
||||||
|
troubleshooting,
|
||||||
|
]
|
||||||
|
---
|
||||||
|
|
||||||
|
import DocCardList from "@theme/DocCardList";
|
||||||
|
|
||||||
|
<DocCardList />
|
||||||
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |