tjake / Jlama

Jlama is a modern LLM inference engine for Java
Apache License 2.0
656 stars 60 forks source link

is that ment to be a cli tool, or can I integrate it with another java application, without using cli? #12

Closed benayat closed 8 months ago

tjake commented 9 months ago

Yes, it can be used directly, the cli is just a helper. Once I push to maven I will include a sample app.

tjake commented 9 months ago

You can use mvn install for now

benayat commented 8 months ago

I don't understand why you closed this as "completed", since maven install won't tell me how to integrate it into my app

tjake commented 4 months ago

Added sample app into readme