Skip to content

Commit 19afac1

Browse files
committed
typos in README
1 parent de46275 commit 19afac1

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
@@ -1,6 +1,6 @@
11
# OpenAI Scala Client 🤖 [![version](https://img.shields.io/badge/version-0.0.1-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
22

3-
This is a no-nonsense async Scala client for OpenAI API supporting all the available endpoints and params (as defined [here](https://beta.openai.com/docs/api-reference)), provided in a single, convenient service called [OpenAIService](./openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIService.scala). The supported calls:
3+
This is a no-nonsense async Scala client for OpenAI API supporting all the available endpoints and params (as defined [here](https://beta.openai.com/docs/api-reference)), provided in a single, convenient service called [OpenAIService](./openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIService.scala). The supported calls are:
44

55
* **Models**: [listModels](https://beta.openai.com/docs/api-reference/models/list), and [retrieveModel](https://beta.openai.com/docs/api-reference/models/retrieve)
66
* **Completions**: [createCompletion](https://beta.openai.com/docs/api-reference/completions/create)
@@ -164,7 +164,7 @@ openai-scala-client {
164164
}
165165
```
166166

167-
3. _It all looks cool. I want to chat with about your research and development?_
167+
3. _It all looks cool. I want to chat with you about your research and development?_
168168

169169
Just shoot us an email at [[email protected]](mailto:[email protected]?subject=Research%20andDevelopment).
170170

0 commit comments

Comments
 (0)