TheoKanning / openai-java

OpenAI Api Client in Java
MIT License
4.73k stars 1.19k forks source link

Dead link in readme #3

Closed bjs250 closed 3 years ago

bjs250 commented 3 years ago

In the readme, the following link 404's: https://github.com/TheoKanning/openai-java/blob/main/client/src/main/java/openai/OpenAiApi.java

I believe it should instead link to: https://github.com/TheoKanning/openai-java/blob/main/client/src/main/java/com/theokanning/openai/OpenAiService.java

TheoKanning commented 3 years ago

Fixed in cdfceb0

Thanks for pointing this out!