AgentSchmecker
|
f8ca4d041d
|
Changes DateTime types of Model.java to OffsetDatetime
Fixes #48
|
2024-05-20 11:10:03 +00:00 |
|
AgentSchmecker
|
9c6a55f7b0
|
Generalizes Abstract Serialization Test Class
Removes the "Request" naming context as this base class technically serves for general serialization purposes.
|
2024-05-20 11:08:49 +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 |
|
anjeongkyun
|
b21aa6add2
|
Adds test of testWithKeepAlive
|
2024-04-21 23:52:42 +09:00 |
|
anjeongkyun
|
ec4abd1c2d
|
Adds test of testWithStreaming
|
2024-04-21 23:49:42 +09:00 |
|
anjeongkyun
|
9900ae92fb
|
Adds test of testWithTemplate
|
2024-04-21 23:43:49 +09:00 |
|
anjeongkyun
|
fa20daf6e5
|
Adds test case of testRequestWithOptions
|
2024-04-21 23:37:18 +09:00 |
|
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
|
e9621f054d
|
Adds integration test for chat streaming API
|
2024-02-13 18:11:59 +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
|
9aff3ec5d9
|
Extends chat with image integration test to use history
|
2024-02-13 10:20:37 +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
|
37bfe26a6d
|
Adds integrationtest for chatImagesByURL and formats test cases
|
2024-02-12 22:08:53 +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
|
14d2474ee9
|
Adds integrationtestcase for chat message with image content
|
2024-02-12 21:35:43 +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
|
d9816d8869
|
Removes unused import
|
2024-02-10 23:13:11 +00:00 |
|
Markus Klenke
|
9c16ccbf81
|
Changes test texts for chat integration tests
|
2024-02-10 22:58:29 +00:00 |
|
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
|
f10c7ac725
|
Merge remote-tracking branch 'upstream/main' into feature/chat-request-model
|
2024-02-10 22:09:59 +00:00 |
|
Amith Koujalgi
|
9832caf503
|
Update intg test class
|
2024-02-10 10:41:53 +05:30 |
|
Markus Klenke
|
0c4e8e306e
|
Organizes imports
|
2024-02-10 00:26:25 +00:00 |
|
Markus Klenke
|
075416eb9c
|
Adds Integration tests for chat API
|
2024-02-10 00:25:09 +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 |
|