147 Commits

Author SHA1 Message Date
Amith Koujalgi
6e8a7f2593 Updated readme 2023-12-17 15:05:19 +05:30
Amith Koujalgi
251968e5e0 Added APIs to pass images and ask questions on it with LLaVA model 2023-12-17 15:02:30 +05:30
Amith Koujalgi
08118b88fc clean up 2023-12-17 12:24:49 +05:30
Amith Koujalgi
e9ec19a62d clean up 2023-12-17 11:56:55 +05:30
Amith Koujalgi
899b734abf clean up 2023-12-17 11:44:13 +05:30
Amith Koujalgi
b6c1afff32 clean up 2023-12-17 11:44:04 +05:30
Amith Koujalgi
9658dd2993 updated readme 2023-12-17 11:24:27 +05:30
Amith Koujalgi
e2a88b06c5 Updated tests 2023-12-14 20:10:18 +05:30
Amith Koujalgi
548895bbce Updated readme 2023-12-14 18:31:13 +05:30
Amith Koujalgi
74b03dcb87 Updated tests 2023-12-14 18:22:53 +05:30
Amith Koujalgi
a0d6a5ef97 Updated models with Lombok 2023-12-14 18:12:06 +05:30
Amith Koujalgi
1df8622b32 Fixes to listModels API 2023-12-14 17:55:17 +05:30
Amith Koujalgi
b2d76970dc Added surefire and failsafe plugins 2023-12-14 17:41:23 +05:30
Amith Koujalgi
f6af7025a8 Merge remote-tracking branch 'origin/main' 2023-12-14 17:30:27 +05:30
Amith Koujalgi
afb8d21747 Added surefire and failsafe plugins 2023-12-14 17:30:14 +05:30
Amith Koujalgi
d52427fb68 Fixes to tests 2023-12-14 16:47:38 +05:30
Amith Koujalgi
4e4a5d2996 Fixes to ask API 2023-12-14 16:45:12 +05:30
Amith Koujalgi
f67f3b9eb5 updated readme 2023-12-14 16:40:15 +05:30
Amith Koujalgi
a3c59c32ef updated readme 2023-12-14 15:38:23 +05:30
Amith Koujalgi
792222c162 updated readme 2023-12-14 15:37:12 +05:30
Amith Koujalgi
417423005a updated readme 2023-12-14 15:35:44 +05:30
Amith Koujalgi
6f7f349619
Update README.md 2023-12-14 15:22:13 +05:30
Amith Koujalgi
9e1fc52ba2 updated readme 2023-12-13 19:10:38 +05:30
Amith Koujalgi
3c4d15b3a0 updated readme 2023-12-01 09:49:53 +05:30
Amith Koujalgi
b6b41c7976 updated readme 2023-12-01 09:49:33 +05:30
Amith Koujalgi
6b665e0dd5 updated readme 2023-12-01 09:48:58 +05:30
Amith Koujalgi
65a9d52615 updated readme 2023-12-01 09:47:44 +05:30
Amith Koujalgi
459de83fbd
Update README.md 2023-12-01 09:45:37 +05:30
Amith Koujalgi
298cc8acf5 updated readme 2023-11-17 14:52:32 +05:30
Amith Koujalgi
c59badd1c9 updated readme 2023-11-17 14:52:14 +05:30
Amith Koujalgi
6e8976a7c7 updated readme 2023-11-17 14:49:43 +05:30
Amith Koujalgi
9d6fbab0e5 updated readme 2023-11-17 14:45:05 +05:30
Amith Koujalgi
fdd732fd71 mvn release test 2023-11-17 10:46:35 +05:30
Amith Koujalgi
a71a865b9e mvn release test 2023-11-17 10:45:06 +05:30
Amith Koujalgi
c3809e830b mvn release test 2023-11-17 10:32:15 +05:30
Amith Koujalgi
9581dc3357 mvn release test 2023-11-17 10:28:51 +05:30
Amith Koujalgi
6bcdab27f3 mvn release test 2023-11-17 08:59:34 +05:30
Amith Koujalgi
e71034142d mvn release test 2023-11-17 08:57:28 +05:30
Amith Koujalgi
11377610bd mvn release test 2023-11-17 08:48:50 +05:30
Amith Koujalgi
f29851e323 mvn release test 2023-11-17 08:47:31 +05:30
Amith Koujalgi
a5c6ba5558 Updated ask and askAsync responses to include responseTime parameter 2023-11-16 00:50:56 +05:30
Amith Koujalgi
79f69c1620 Merge remote-tracking branch 'origin/main' 2023-11-16 00:49:12 +05:30
Amith Koujalgi
7579bbbc59 Updated ask and askAsync responses to include responseTime parameter 2023-11-16 00:48:59 +05:30
Amith Koujalgi
5c17bf7bb4
Merge pull request #6 from mgmacleod/missing-system-property
Added a `system` property to prevent `Unrecognized field "system"` when calling `OllamaApi.getModelDetails`
2023-11-14 23:22:03 +05:30
Matthew MacLeod
04e942f1f9 Added a system property to prevent Unrecognized field "system" when calling OllamaApi.getModelDetails 2023-11-14 10:25:04 -05:00
Amith Koujalgi
3a43d3e95c Added GH action workflow for PR create 2023-11-13 12:25:40 +05:30
Amith Koujalgi
dc2b73a72d added test cases for more APIs 2023-11-13 12:15:06 +05:30
Amith Koujalgi
c5f3bb5d31 - updated non-primitives Long and Boolean to primitive types 2023-11-13 11:45:53 +05:30
Amith Koujalgi
7da4a7ffd4 - updated Java version to 11.
- replaced Apache HTTP client code with `Java.net.http.HttpClient`
2023-11-13 11:32:53 +05:30
Amith Koujalgi
d2f405dc64 - removed returning JSON string from toString methods of POJOs
- moved the code to get the `ObjectMapper` instance to `Utils` so that any changes to ObjectMapper could be handled at one place.
- removed duplicate ObjectMapper instantiation code
2023-11-13 00:47:47 +05:30