From 7e6bbf4290a309b8a1310ebbde9c3c5acf723755 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sun, 17 Dec 2023 15:18:59 +0530 Subject: [PATCH] Updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4e7328..930a129 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,10 @@ make it snake-case conventions. ( possibly with Jackson-mapper's `@JsonProperty`) - [x] Fix deprecated HTTP client code +- [x] Setup logging +- [x] Use lombok +- [ ] Update request body creation with Java objects +- [ ] Async APIs for images - [ ] Add additional params for `ask` APIs such as: - `options`: additional model parameters for the Modelfile such as `temperature` - `system`: system prompt to (overrides what is defined in the Modelfile) @@ -453,8 +457,6 @@ make it short conversational memory - `stream`: Add support for streaming responses from the model -- [x] Setup logging -- [x] Use lombok - [ ] Add test cases - [ ] Handle exceptions better (maybe throw more appropriate exceptions)