Skip to content

Commit 362ae6f

Browse files
committed
Reference to a Medium-article added.
1 parent 354da40 commit 362ae6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Also, we aimed the lib to be self-contained with the fewest dependencies possibl
1616

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

19+
Also, check out an article about the lib/client on [Medium](https://medium.com/@0xbnd/openai-scala-client-is-out-d7577de934ad).
20+
1921
## Installation 🚀
2022

2123
The currently supported Scala versions are **2.12** and **2.13** but **Scala 3**-version will come out soon.
@@ -82,7 +84,7 @@ Then you can obtain a service in one of the following ways:
8284

8385
**II. Calling functions**
8486

85-
Full documentation of each call with their respective inputs and settings is provided in [OpenAIService](./openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIService.scala). Since all the calls are async they return responses wrapped in `Future`.
87+
Full documentation of each call with its respective inputs and settings is provided in [OpenAIService](./openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIService.scala). Since all the calls are async they return responses wrapped in `Future`.
8688

8789
Examples:
8890

0 commit comments

Comments
 (0)