You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Also, we aimed the lib to be self-contained with the fewest dependencies possibl
16
16
17
17
**✔️ Important**: this is a "community-maintained" library and, as such, has no relation to OpenAI company.
18
18
19
+
Also, check out an article about the lib/client on [Medium](https://medium.com/@0xbnd/openai-scala-client-is-out-d7577de934ad).
20
+
19
21
## Installation 🚀
20
22
21
23
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:
82
84
83
85
**II. Calling functions**
84
86
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`.
0 commit comments