updated README.md

Signed-off-by: koujalgi.amith@gmail.com <koujalgi.amith@gmail.com>
This commit is contained in:
koujalgi.amith@gmail.com 2024-07-13 19:06:11 +05:30
parent 81f564ef7f
commit b0bb082bec

View File

@ -212,6 +212,9 @@ Actions CI workflow.
- [x] Use lombok - [x] Use lombok
- [x] Update request body creation with Java objects - [x] Update request body creation with Java objects
- [ ] Async APIs for images - [ ] Async APIs for images
- [ ] Support for function calling with models like Mistral
- [x] generate in sync mode
- [ ] generate in async mode
- [ ] Add custom headers to requests - [ ] Add custom headers to requests
- [x] Add additional params for `ask` APIs such as: - [x] Add additional params for `ask` APIs such as:
- [x] `options`: additional model parameters for the Modelfile such as `temperature` - - [x] `options`: additional model parameters for the Modelfile such as `temperature` -