docs: nits

This commit is contained in:
0xSage 2023-11-21 21:09:15 +08:00
parent 1a8977b4c7
commit a43ce60dad
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@ This is currently under development.
`Messages` are in `threads` and capture additional metadata.
- Users and assistants can send multimedia messages.
- An [OpenAI Message API](https://platform.openai.com/docs/api-reference/messages) compatible endpoint at `localhost:3000/v1/messages`.
## Folder Structure
- `Message` objects are stored in `thread.json` files under the `messages` property. See [threads](./threads.md).

View File

@ -14,6 +14,7 @@ This is currently under development.
- Users can tweak `model` params and `assistant` behavior within each thread.
- Users can import and export threads.
- An [OpenAI Thread API](https://platform.openai.com/docs/api-reference/threads) compatible endpoint at `localhost:3000/v1/threads`.
## Folder Structure