Skip to content

Commit 354da40

Browse files
committed
Fixing a broken link, typo, and adding a funny line to README.
1 parent f8abb40 commit 354da40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a no-nonsense async Scala client for OpenAI API supporting all the avail
1212
* **Moderations**: [createModeration](https://beta.openai.com/docs/api-reference/moderations/create)
1313

1414
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.
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-ws-standalone-json` (at the top level). 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

@@ -39,7 +39,7 @@ or to *pom.xml* (if you use maven)
3939
## Config ⚙️
4040

4141
- Env. variables: `OPENAI_SCALA_CLIENT_API_KEY` and optionally also `OPENAI_SCALA_CLIENT_ORG_ID` (if you have one)
42-
- File config: (default) [openai-scala-client.conf](./openai-core/src/main/resources/openai-scala-client.conf)
42+
- File config (default): [openai-scala-client.conf](./openai-client/src/main/resources/openai-scala-client.conf)
4343

4444
## Usage 👨‍🎓
4545

@@ -146,7 +146,7 @@ Examples:
146146

147147
1. _Wen Scala 3?_
148148

149-
Feb 2023
149+
Feb 2023. You are right; we chose the shortest month to do so :)
150150

151151

152152
2. _I got a timeout exception. How can I change the timeout setting?_

0 commit comments

Comments
 (0)