docs: nits
This commit is contained in:
parent
1a8977b4c7
commit
a43ce60dad
@ -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).
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user