Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Feb 9, 2024
1 parent 5b20920 commit 79ff437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ tools and applications which can work with both variants.
| [Completion](https://platform.openai.com/docs/api-reference/completions) | X | X |
| [Embeddings](https://platform.openai.com/docs/api-reference/embeddings) | X | X |
| [Models](https://platform.openai.com/docs/api-reference/models) | X | |
| [Edits](https://platform.openai.com/docs/api-reference/edits) | X | |
| [Images](https://platform.openai.com/docs/api-reference/images) | X | |
| [Files](https://platform.openai.com/docs/api-reference/files) | X | |
| [Fine-tuning](https://platform.openai.com/docs/api-reference/fine-tuning) | X | |
Expand All @@ -37,7 +36,6 @@ tools and applications which can work with both variants.
| [Threads](https://platform.openai.com/docs/api-reference/threads) | (beta) | |
| [Messages](https://platform.openai.com/docs/api-reference/messages) | (beta) | |
| [Runs](https://platform.openai.com/docs/api-reference/runs) | (beta) | |
| [Fine-tunes (deprecated)](https://platform.openai.com/docs/api-reference/fine-tunes) | X | |

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion doc/01-usage-openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Also see the [OpenAI documentation](https://platform.openai.com/docs/api-referen
* [list-fine-tuning-events](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.16.0/api/wkok.openai-clojure.api#list-fine-tuning-events)
* [delete-model](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.16.0/api/wkok.openai-clojure.api#delete-model)

Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tunes)
Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tuning)

### Moderations

Expand Down

0 comments on commit 79ff437

Please sign in to comment.