Skip to content

Commit

Permalink
chore(docs): reference moderation support in readme + coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-evans committed Aug 25, 2024
1 parent 75cff33 commit a3cbdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pytest plugin for automatically mocking OpenAI requests. Powered by [RESPX](http
- [Embeddings](https://platform.openai.com/docs/api-reference/embeddings)
- [Files](https://platform.openai.com/docs/api-reference/files)
- [Models](https://platform.openai.com/docs/api-reference/models)
- [Moderations](https://platform.openai.com/docs/api-reference/moderations)
- [Assistants](https://platform.openai.com/docs/api-reference/assistants)
- [Threads](https://platform.openai.com/docs/api-reference/threads)
- [Messages](https://platform.openai.com/docs/api-reference/messages)
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The end-goal of this library is to eventually support all OpenAI API routes. See
| Retrieve model | :material-check:{ .green } | - | Stateful |
| Delete a fine-tuned model | :material-close:{ .red } | - | - |
| **Moderations** |
| Create moderation | :material-close:{ .red } | - | - |
| Create moderation | :material-check:{ .green } | - | Stateless |
| **Assistants** |
| Create assistant | :material-check:{ .green } | - | Stateful |
| List assistants | :material-check:{ .green } | - | Stateful |
Expand Down

0 comments on commit a3cbdbf

Please sign in to comment.