File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ Your client will need to use snake case to work with the OpenAI API.
6565If you're using retrofit, you can import the ` client ` module and use
6666the [ OpenAiApi] ( client/src/main/java/com/launchableincc/openai/OpenAiApi.java ) .
6767You'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 ) )
6969and set your converter factory to use snake case and only include non-null fields.
7070
7171### OpenAiService
7272
7373If 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.
You can’t perform that action at this time.
0 commit comments