File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ implementation("io.github.barqawiz:intellijava.core:0.7.0")
4242Jar download:
4343[ intellijava.jar] ( https://repo1.maven.org/maven2/io/github/barqawiz/intellijava.core/0.7.0/intellijava.core-0.7.0.jar ) .
4444
45- For ready integration: [ try the sample_code] ( https://github.com/Barqawiz/IntelliJava/tree/main/sample_code ) .
46-
4745## Code Example
4846** Language model code** (2 steps):
4947``` java
@@ -81,7 +79,7 @@ SpeechInput input = new SpeechInput.Builder("Hi, I am Intelligent Java.").build(
8179byte [] decodedAudio = model. generateEnglishText(input);
8280```
8381
84- For full example check the code inside sample_code project.
82+ For full example check the [ sample_code project] ( https://github.com/Barqawiz/IntelliJava/tree/main/sample_code ) .
8583
8684## Documentation
8785[ Go to Java docs] ( https://barqawiz.github.io/IntelliJava/javadocs/ )
You can’t perform that action at this time.
0 commit comments