forked from Mirror/ollama4j
Added surefire and failsafe plugins
This commit is contained in:
21
README.md
21
README.md
@@ -37,6 +37,7 @@ A Java library (wrapper/binding) for [Ollama](https://github.com/jmorganca/ollam
|
||||
- [Installation](#installation)
|
||||
- [Demo APIs](#try-out-the-apis)
|
||||
- [API Spec](#api-spec)
|
||||
- [Development](#development)
|
||||
- [Contributions](#get-involved)
|
||||
|
||||
#### Requirements
|
||||
@@ -340,6 +341,26 @@ public class Main {
|
||||
|
||||
Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github.io/ollama4j/).
|
||||
|
||||
#### Development
|
||||
|
||||
Build:
|
||||
|
||||
```shell
|
||||
make ut
|
||||
```
|
||||
|
||||
Run unit tests:
|
||||
|
||||
```shell
|
||||
make ut
|
||||
```
|
||||
|
||||
Run integration tests:
|
||||
|
||||
```shell
|
||||
make it
|
||||
```
|
||||
|
||||
#### Areas of improvement
|
||||
|
||||
- [x] Use Java-naming conventions for attributes in the request/response models instead of the snake-case conventions. (
|
||||
|
||||
Reference in New Issue
Block a user