docs: correct href link (#1338)

docs: correct href link
This commit is contained in:
Hieu 2024-01-05 14:15:27 +07:00 committed by GitHub
commit 6678d3967c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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)