IntelliJava icon indicating copy to clipboard operation
IntelliJava copied to clipboard

Integrate with the latest language models, image generation, speech, and deep learning frameworks like ChatGPT, DALL·E, and Cohere using few java lines.

Results 6 IntelliJava issues
Sort by recently updated
recently updated
newest added

It would be good if you can support java 8

Hi , how can i get ChatGPT realtime response like on openai website. This api awaits for response so much long time. And how can i get current session id...

Add a class to the function package that uses the embedding from openai and cohere to execute the semantic search. Follow the example in the node version to create the...

- Update the config to include the embedding link. - Add the embedding function to open ai wrapper. - Create the embedding input class / or update if exist. -...

- Update the config to include the embedding link. - Add embedding function to cohere wrapper. - Create embedding input class / or add to the class if created. -...

- Add the links to the config file: ([config.properties](https://github.com/Barqawiz/IntelliJava/blob/main/core/com.intellijava.core/src/main/resources/config.properties)). - Create StabilityAIWrapper.java under the [wrappers](https://github.com/Barqawiz/IntelliJava/tree/main/core/com.intellijava.core/src/main/java/com/intellijava/core/wrappers). - Add the wrapper to the Image input. - Add the wrapper details to the...