-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
765c2ea
commit 3a2c179
Showing
5 changed files
with
53 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
# OpenAI Scala Client - Stream Support [](https://cequence.io) [](https://opensource.org/licenses/MIT) | ||
# OpenAI Scala Client - Stream Support [](https://cequence.io) [](https://opensource.org/licenses/MIT) | ||
|
||
This module provides streaming support for the client. Note that the full project documentation can be found [here](../README.md). | ||
|
||
## Installation 🚀 | ||
|
||
The currently supported Scala versions are **2.12** and **2.13**. | ||
|
||
~~To pull the library you have to add the following dependency to your *build.sbt*~~ | ||
To pull the library you have to add the following dependency to your *build.sbt* | ||
|
||
**Not yet released** | ||
... | ||
``` | ||
"io.cequence" %% "openai-scala-client-stream" % "0.2.0" | ||
``` | ||
|
||
or to *pom.xml* (if you use maven) | ||
|
||
``` | ||
<dependency> | ||
<groupId>io.cequence</groupId> | ||
<artifactId>openai-scala-client-stream_2.12</artifactId> | ||
<version>0.2.0</version> | ||
</dependency> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters