Skip to content

Commit f388c38

Browse files
authored
Update readme
1- Update the (how to) instructions. 2- Update the format.
1 parent 7d55282 commit f388c38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
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.
55

6-
The supported models in this version:
7-
- OpenAI: Access GPT-3 to generate text and DALL·E to generate images. OpenAI is preferred when you want quality results without tuning.
8-
- Cohere.ai: generate text; Cohere allows you to generate your language model to suit your specific needs.
9-
6+
The supported models:
7+
- **OpenAI**: Access GPT-3 to generate text and DALL·E to generate images. OpenAI is preferred when you want quality results without tuning.
8+
- **Cohere.ai**: Generate text; Cohere allows you to generate your language model to suit your specific needs.
109

1110
# How to use
12-
1. Import the core jar file to your project or add the maven package (check Integration section).
13-
2. Add gson dependency using maven or the jar file (check dependencies section).
11+
12+
1. Import the core jar file OR maven dependency (check the Integration section).
13+
2. Add Gson dependency if using the jar file; otherwise, it's handled by maven or Gradle.
1414
3. Call the ``RemoteLanguageModel`` for the language models and ``RemoateImageModel`` for image generation.
1515

1616
## Integration

0 commit comments

Comments
 (0)