docs: commented out api parts

This commit is contained in:
0xSage 2023-11-22 18:38:25 +08:00
parent 70a8ea26d2
commit 17f46d640b
2 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ Jan's `messages` API is compatible with [OpenAI's Messages API](https://platform
See [Jan Messages API](https://jan.ai/api-reference#tag/Messages)
<!-- TODO clean this part up into API -->
<!--
### Get list message
> OpenAI Equivalent: https://platform.openai.com/docs/api-reference/messages/getMessage
@ -254,4 +254,4 @@ See [Jan Messages API](https://jan.ai/api-reference#tag/Messages)
"created_at": 1699061776,
"message_id": "msg_abc123"
}
```
``` -->

View File

@ -67,7 +67,7 @@ Jan's Threads API is compatible with [OpenAI's Threads API](https://platform.ope
See [Jan Threads API](https://jan.ai/api-reference#tag/Threads)
<!-- TODO clean this part up into API -->
<!--
### Get thread
> OpenAI Equivalent: https://platform.openai.com/docs/api-reference/threads/getThread
@ -224,4 +224,4 @@ See [Jan Threads API](https://jan.ai/api-reference#tag/Threads)
### List `Thread.Messages`
-> Can achieve this goal by calling `Get Thread` API
-> Can achieve this goal by calling `Get Thread` API -->