TheoKanning / openai-java

OpenAI Api Client in Java
MIT License
4.78k stars 1.2k forks source link

Library source does not match bytecode for class OpenAiService #212

Closed ObiItiFuraCodu closed 1 year ago

ObiItiFuraCodu commented 1 year ago

When trying to implement OpenAi service it crashes and when going to the source of the issue i get this above the code.

cryptoapebot commented 1 year ago

This is typically a lombok.jar problem where the annotations are causing problem. Make sure the latest lombok.jar is in your path. Make sure you clean out the whole project and recompile it. Also make sure your dev tool has it properly installed.

https://projectlombok.org/download https://projectlombok.org/setup/gradle