Skip to content

Commit 6abc2bb

Browse files
committed
typos in README
1 parent 20c0ad8 commit 6abc2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This is a no-nonsense async Scala client for OpenAI API supporting all the avail
1111
* **Fine-tunes**: [createFineTune](https://beta.openai.com/docs/api-reference/fine-tunes/create), [listFineTunes](https://beta.openai.com/docs/api-reference/fine-tunes/list), [retrieveFineTune](https://beta.openai.com/docs/api-reference/fine-tunes/retrieve), [cancelFineTune](https://beta.openai.com/docs/api-reference/fine-tunes/cancel), [listFineTuneEvents](https://beta.openai.com/docs/api-reference/fine-tunes/events), and [deleteFineTuneModel](https://beta.openai.com/docs/api-reference/fine-tunes/delete-model)
1212
* **Moderations**: [createModeration](https://beta.openai.com/docs/api-reference/moderations/create)
1313

14-
Note that in order to be consistent with the OpenAI API naming, the service function names match exactly the API endpoint names/descriptions with camelcase.
15-
Also, we aimed the lib to be self-contained and reduced dependencies as much as possible therefore we use only two libs `play-ahc-ws-standalone` and `play-ahc-ws-standalone`. Additionally, if dependency injection is required we use `scala-guice` lib.
14+
Note that in order to be consistent with the OpenAI API naming, the service function names match exactly the API endpoint titles/descriptions with camelcase.
15+
Also, we aimed the lib to be self-contained with the fewest dependencies possible therefore we ended up using only two libs `play-ahc-ws-standalone` and `play-ahc-ws-standalone`. Additionally, if dependency injection is required we use `scala-guice` lib as well.
1616

1717
**✔️ Important**: this is a "community-maintained" library and, as such, has no relation to OpenAI company.
1818

0 commit comments

Comments
 (0)