forked from Mirror/ollama4j
updated README.md
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
This commit is contained in:
parent
00c9b16556
commit
a84230bbd1
26
README.md
26
README.md
@ -294,32 +294,6 @@ Newer artifacts are published via GitHub Actions CI workflow when a new release
|
|||||||
|
|
||||||
[](https://star-history.com/#ollama4j/ollama4j&Date)
|
[](https://star-history.com/#ollama4j/ollama4j&Date)
|
||||||
|
|
||||||
### Areas of improvement
|
|
||||||
|
|
||||||
- [x] Use Java-naming conventions for attributes in the request/response models instead of the
|
|
||||||
snake-case conventions. (
|
|
||||||
possibly with Jackson-mapper's `@JsonProperty`)
|
|
||||||
- [x] Fix deprecated HTTP client code
|
|
||||||
- [x] Setup logging
|
|
||||||
- [x] Use lombok
|
|
||||||
- [x] Update request body creation with Java objects
|
|
||||||
- [ ] 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
|
|
||||||
- [x] Add additional params for `ask` APIs such as:
|
|
||||||
- [x] `options`: additional model parameters for the Modelfile such as `temperature` -
|
|
||||||
Supported [params](https://github.com/jmorganca/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values).
|
|
||||||
- [x] `system`: system prompt to (overrides what is defined in the Modelfile)
|
|
||||||
- [x] `template`: the full prompt or prompt template (overrides what is defined in the Modelfile)
|
|
||||||
- [x] `context`: the context parameter returned from a previous request, which can be used to keep a
|
|
||||||
short
|
|
||||||
conversational memory
|
|
||||||
- [x] `stream`: Add support for streaming responses from the model
|
|
||||||
- [ ] Add test cases
|
|
||||||
- [ ] Handle exceptions better (maybe throw more appropriate exceptions)
|
|
||||||
|
|
||||||
### Get Involved
|
### Get Involved
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user