docs: fix error link

This commit is contained in:
Ho Duc Hieu 2024-01-04 16:10:44 +07:00
parent aecef0df5a
commit 9624a120bc
4 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ In Jan, `chats` are LLM responses in the form of OpenAI compatible `chat complet
## Folder Structure
Chats are stateless, thus are not saved in `janroot`. Any content and relevant metadata from calling this endpoint is extracted and persisted through [Messages](/specs/messages).
Chats are stateless, thus are not saved in `janroot`. Any content and relevant metadata from calling this endpoint is extracted and persisted through [Messages](/docs/engineering/messages).
## API Reference

View File

@ -33,7 +33,7 @@ This is currently under development.
- Threads are saved in the `/threads` folder.
- Threads are organized by folders, one for each thread, and can be easily zipped, exported, and cleared.
- Thread folders follow the naming: `assistant_id` + `thread_created_at`.
- Thread folders also contain `messages.jsonl` files. See [messages](/specs/messages).
- Thread folders also contain `messages.jsonl` files. See [messages](/docs/engineering/messages).
```yaml
janroot/

View File

@ -16,7 +16,7 @@ keywords:
## Overview
A home screen for users to chat with [assistants](/specs/assistants) via conversation [threads](/specs/threads).
A home screen for users to chat with [assistants](/docs/engineering/assistants) via conversation [threads](/docs/engineering/threads).
![alt text](../img/chat-screen.png)

View File

@ -15,9 +15,9 @@ keywords:
]
---
Jan is a ChatGPT-alternative that runs on your own computer, with a [local API server](/api-reference/).
Jan is a ChatGPT-alternative that runs on your own computer, with a [local API server](/api-reference).
Jan uses [open-source AI models](/docs/models), stores data in [open file formats](/specs/data-structures), is highly customizable via [extensions](/docs/extensions).
Jan uses [open-source AI models](/docs/engineering/models), stores data in [open file formats](/developer/file-based), is highly customizable via [extensions](/developer/build-extension).
Jan believes in the need for an open source AI ecosystem. We aim to build infra and tooling to allow open source AIs to compete on a level playing field with proprietary offerings.
@ -29,11 +29,11 @@ Jan runs 100% on your own machine, [predictably](https://www.reddit.com/r/LocalL
#### 🏗️ Extensions
Jan ships with a powerful [extension framework](/docs/extensions), which allows developers to extend and customize Jan's functionality. In fact, most core modules of Jan are [built as extensions](/specs/architecture) and use the same extensions API.
Jan ships with a powerful [extension framework](/developer/build-extension), which allows developers to extend and customize Jan's functionality. In fact, most core modules of Jan are [built as extensions](/developer/architecture) and use the same extensions API.
#### 🗂️ Open File Formats
Jan stores data in a [local folder of non-proprietary files](/specs/data-structures). You're never locked-in and can do what you want with your data with extensions, or even a different app.
Jan stores data in a [local folder of non-proprietary files](/developer/architecture). You're never locked-in and can do what you want with your data with extensions, or even a different app.
#### 🌍 Open Source