mircea-cm
Results
1
issues of
mircea-cm
All getAsync methods are actually synchronous. For example, [getAsyncChatCompletion](https://github.com/namankhurpia/Easy-open-ai/blob/910b9556af2e828bc2b903cd73bea2ea0056383b/src/main/java/io/github/namankhurpia/DAO/AsyncDAOImpl.java#L102-L139) (in AsyncDAOImpl) returns a POJO object: ChatCompletionResponse, and it should return a Future. You create a CompletableFuture (all well for now),...
bug