commit
6678d3967c
@ -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
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
@ -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).
|
||||
|
||||

|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user