Amith Koujalgi
|
9a2194334f
|
Added ps() API
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
|
2024-07-27 20:58:53 +05:30 |
|
Amith Koujalgi
|
f9cf11ecdf
|
Added ps() API
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
|
2024-07-27 20:54:04 +05:30 |
|
Amith Koujalgi
|
e43bd3acb4
|
Refactored the package structure to use io.github.ollama4j instead of the old naming io.github.amithkoujalgi.ollama4j.core
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
|
2024-07-27 16:37:47 +05:30 |
|
koujalgi.amith@gmail.com
|
81689be194
|
Refactored tools API
Signed-off-by: koujalgi.amith@gmail.com <koujalgi.amith@gmail.com>
|
2024-07-14 11:23:36 +05:30 |
|
koujalgi.amith@gmail.com
|
c9b05a725b
|
Refactor
Signed-off-by: koujalgi.amith@gmail.com <koujalgi.amith@gmail.com>
|
2024-07-14 00:05:43 +05:30 |
|
koujalgi.amith@gmail.com
|
383d0f56ca
|
Updated generateAsync() API
Signed-off-by: koujalgi.amith@gmail.com <koujalgi.amith@gmail.com>
|
2024-07-13 23:54:49 +05:30 |
|
Amith Koujalgi
|
91ee6cb4c1
|
Added support for tools/function calling - specifically for Mistral's latest model.
|
2024-07-12 17:06:41 +05:30 |
|
Amith Koujalgi
|
8eea19a539
|
Added model types - gemma2 and qwen2
|
2024-07-11 23:35:39 +05:30 |
|
andrewtodd
|
e39c47b8e1
|
Add codestral as a model.
|
2024-06-09 16:43:46 +10:00 |
|
AgentSchmecker
|
f8ca4d041d
|
Changes DateTime types of Model.java to OffsetDatetime
Fixes #48
|
2024-05-20 11:10:03 +00:00 |
|
AgentSchmecker
|
3ed3187ba9
|
Updates Model.java to be up to date with current OllamaAPI
Also adds Jackson-JSR310 for java.time JSON Mapping
|
2024-05-16 22:00:11 +00:00 |
|
Amith Koujalgi
|
92618e5084
|
Updated OllamaChatResponseModel to include done_reason field. Refer to the Ollama version: https://github.com/ollama/ollama/releases/tag/v0.1.37
|
2024-05-14 10:35:55 +05:30 |
|
Amith Koujalgi
|
04124cf978
|
Updated default request timeout to 10 seconds
|
2024-05-14 10:27:56 +05:30 |
|
Amith Koujalgi
|
899fa38805
|
- Updated newly supported Ollama models
- Added `ConsoleOutputStreamHandler`
|
2024-05-13 21:05:20 +05:30 |
|
Amith Koujalgi
|
d0b0a0fc97
|
Updated model types
|
2024-02-29 08:54:03 +05:30 |
|
Markus Klenke
|
63d4de4e24
|
Adds options to EmbeddingsRequest
Additionally refactors the Embedding Models and Tests
|
2024-02-25 20:53:45 +00:00 |
|
Markus Klenke
|
13b7111a42
|
Adds toString implementation for Model and ModelMeta to be json represented
|
2024-02-18 22:53:34 +00:00 |
|
Markus Klenke
|
09442d37a3
|
Fixes unmarshalling exception on ModelDetail
|
2024-02-18 22:53:01 +00:00 |
|
Markus Klenke
|
abb76ad867
|
Adds streaming feature to Generate APIs
|
2024-02-16 17:03:15 +00:00 |
|
Markus Klenke
|
cf4e7a96e8
|
Optimizes ChatStreamObserver to use only the last message instead of parsing all messages again
|
2024-02-16 16:31:39 +00:00 |
|
Markus Klenke
|
0f414f71a3
|
Changes isEmpty method for BooleanToJsonFormatFlagSerializer to override non deprecated supermethod
|
2024-02-16 16:01:18 +00:00 |
|
Markus Klenke
|
06c5daa253
|
Adds additional properties to chat and generate requests
|
2024-02-16 15:57:48 +00:00 |
|
Markus Klenke
|
91aab6cbd1
|
Fixes recursive call in non streamed chat API
|
2024-02-16 15:57:14 +00:00 |
|
Markus Klenke
|
f38a00ebdc
|
Fixes BooleanToJsonFormatFlagSerializer
|
2024-02-16 15:56:32 +00:00 |
|
Markus Klenke
|
0f73ea75ab
|
Removes unnecessary serialize method of Serializer
|
2024-02-16 15:56:02 +00:00 |
|
Markus Klenke
|
8fe869afdb
|
Adds additional request properties and refactors common request fields to OllamaCommonRequestModel
|
2024-02-16 13:15:24 +00:00 |
|
Markus Klenke
|
b41b62220c
|
Adds chat with stream functionality in OllamaAPI
|
2024-02-13 17:59:27 +00:00 |
|
Markus Klenke
|
c89440cbca
|
Adds OllamaStream handling
|
2024-02-13 17:56:07 +00:00 |
|
Markus Klenke
|
b4eaf0cfb5
|
Fixes ChatRequestBuilder
|
2024-02-13 10:20:06 +00:00 |
|
Markus Klenke
|
199cb6082d
|
Cleans up unused imports
|
2024-02-12 22:09:55 +00:00 |
|
Markus Klenke
|
3769386539
|
Changes images property of ChatMessage to type byte[]
|
2024-02-12 22:08:10 +00:00 |
|
Markus Klenke
|
84a6e57f42
|
Refactors loadImageBytesFromUrl to Utils class
|
2024-02-12 22:07:15 +00:00 |
|
Markus Klenke
|
ca613ed80a
|
Adds base64 encoding for chat-API request messages
|
2024-02-12 21:32:07 +00:00 |
|
Markus Klenke
|
bbcd458849
|
Adds sync-response interpreter for responseCode 400
|
2024-02-12 21:30:55 +00:00 |
|
Markus Klenke
|
bc885894f8
|
Extends OllamaChatResponseModel with error property
|
2024-02-12 21:29:27 +00:00 |
|
Amith Koujalgi
|
65f00defcf
|
Updates to javadoc
|
2024-02-12 22:03:01 +05:30 |
|
Markus Klenke
|
40a3aa31dc
|
Adds helper reset method to OllamaChatRequestBuilder
|
2024-02-10 22:51:47 +00:00 |
|
Markus Klenke
|
90669b611b
|
Changes implementation of withMessages in ChatRequestBuilder
|
2024-02-10 22:28:50 +00:00 |
|
Markus Klenke
|
0c4e8e306e
|
Organizes imports
|
2024-02-10 00:26:25 +00:00 |
|
Markus Klenke
|
4260fbbc32
|
Fixes OllamaAPI after Renaming
|
2024-02-10 00:24:12 +00:00 |
|
Markus Klenke
|
0bec697a86
|
Specifies OllamaChatResponseModel
|
2024-02-10 00:23:26 +00:00 |
|
Markus Klenke
|
4ca6eef8fd
|
Fixes JSON Binding for OllamaChatMessageRole
|
2024-02-10 00:22:55 +00:00 |
|
Markus Klenke
|
a635dd9be2
|
Renames request caller to endpoint caller
|
2024-02-10 00:22:21 +00:00 |
|
Markus Klenke
|
14982011d9
|
Adds chat-API with OllamaChatResult
|
2024-02-09 22:49:28 +00:00 |
|
Markus Klenke
|
65d852fdc9
|
Creates OllamaChatResult extension class
|
2024-02-09 22:48:48 +00:00 |
|
Markus Klenke
|
d483c23c81
|
Adds documentation to OllamaServerCaller
|
2024-02-09 22:48:19 +00:00 |
|
Markus Klenke
|
273b1e47ca
|
Removes unneccessary override of OllamaRequestBody method
|
2024-02-09 21:58:17 +00:00 |
|
Markus Klenke
|
5c5cdba4cd
|
Merge remote-tracking branch 'origin/main' into feature/chat-request-model
|
2024-02-09 21:56:10 +00:00 |
|
Markus Klenke
|
f9063484f3
|
Fixes recursive JacksonMarshalling on BodyPublisher
|
2024-02-09 17:07:18 +00:00 |
|
Markus Klenke
|
5e2a07ad41
|
Adds model property to Model Type
|
2024-02-09 16:54:09 +00:00 |
|