Skip to content

Commit 345d4c6

Browse files
committed
fix package path
1 parent 623000a commit 345d4c6

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
@@ -65,13 +65,13 @@ Your client will need to use snake case to work with the OpenAI API.
6565
If you're using retrofit, you can import the `client` module and use
6666
the [OpenAiApi](client/src/main/java/com/launchableincc/openai/OpenAiApi.java).
6767
You'll have to add your auth token as a header (
68-
see [AuthenticationInterceptor](client/src/main/java/com/theokanning/openai/AuthenticationInterceptor.java))
68+
see [AuthenticationInterceptor](client/src/main/java/com/launchableinc/openai/AuthenticationInterceptor.java))
6969
and set your converter factory to use snake case and only include non-null fields.
7070

7171
### OpenAiService
7272

7373
If you're looking for the fastest solution, import the `service` module and
74-
use [OpenAiService](service/src/main/java/com/theokanning/openai/service/OpenAiService.java).
74+
use [OpenAiService](service/src/main/java/com/launchableinc/openai/service/OpenAiService.java).
7575

7676
> ⚠️The OpenAiService in the client module is deprecated, please switch to the new version in the
7777
> service module.

0 commit comments

Comments
 (0)