Skip to content

Commit

Permalink
docs: commented out api parts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSage committed Nov 22, 2023
1 parent 70a8ea2 commit 17f46d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/specs/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -254,4 +254,4 @@ See [Jan Messages API](https://jan.ai/api-reference#tag/Messages)
"created_at": 1699061776,
"message_id": "msg_abc123"
}
```
``` -->
4 changes: 2 additions & 2 deletions docs/docs/specs/threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 -->

0 comments on commit 17f46d6

Please sign in to comment.