diff --git a/android/llama.android/README.md b/android/llama.android/README.md index aa91234c..31e737da 100644 --- a/android/llama.android/README.md +++ b/android/llama.android/README.md @@ -1,7 +1,7 @@ # Nexa -**Nexa** is a Kotlin wrapper for the [llama.cpp](https://github.com/ggerganov/llama.cpp.git) library. offering a convenient Kotlin API for Android developers. It allows seamless integration of llama.cpp models into Android applications. -**NOTE:** Currently, Nexa supports Vision-Language Model (VLM) inference capabilities. +**Nexa** offers a convenient Kotlin API for Android developers. It allows seamless integration of llama.cpp models into Android applications. +**NOTE:** Currently, Nexa supports Large-Language Model (LLM) Vision-Language Model (VLM) inference capabilities. ## Installation @@ -51,4 +51,4 @@ Open the [android test project](./app-java) folder in Android Studio and run the ## Download Models -You can download models from the [Nexa AI ModelHub](https://nexa.ai/models). \ No newline at end of file +You can download models from the [Nexa AI ModelHub](https://nexa.ai/models).