Intelligent Java (Intelli Java)
Barqawiz
/
IntelliJava
IntelliJava allows java developers to easily integrate with the latest language models, image generation, and deep learning frameworks like GPT-3, DALL·E, Cohere using few java lines.
IntelliJava-OpenaiAPI
IntelliJava V0.6.0
Intelligent java (IntelliJava) is the ultimate tool for Java developers looking to integrate with the latest language models and deep learning frameworks. The library provides a simple and intuitive API with convenient methods for sending text input to models like GPT-3 and DALL·E, and receiving generated text or images in return. With just a few lines of code, you can easily access the power of cutting-edge AI models to enhance your projects.
The supported models:
- OpenAI: Access GPT-3 to generate text and DALL·E to generate images. OpenAI is preferred when you want quality results without tuning.
- Cohere.ai: Generate text; Cohere allows you to generate your language model to suit your specific needs.
How to use
- Import the core jar file OR maven dependency (check the Integration section).
- Add Gson dependency if using the jar file; otherwise, it's handled by maven or Gradle.
- Call the
RemoteLanguageModel
…
Top comments (0)