Markus Klenke
|
7eb16b7ba0
|
Merge pull request #1 from AgentSchmecker/feature/streaming-chat
Adds streaming functionality for chat
|
2024-02-14 16:30:51 +01:00 |
|
amithkoujalgi
|
5a3889d8ee
|
[maven-release-plugin] prepare for next development iteration
|
2024-02-14 13:44:30 +00:00 |
|
amithkoujalgi
|
2c52f4d0bb
|
[maven-release-plugin] prepare release v1.0.52
v1.0.52
|
2024-02-14 13:44:29 +00:00 |
|
Amith Koujalgi
|
32c4231eb5
|
Merge pull request #25 from AgentSchmecker/feature/chat_messages_with_images
Adds image capability to chat API
|
2024-02-14 19:13:22 +05:30 |
|
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
|
1aeb555a53
|
Adds documentation for chat with images use case
|
2024-02-13 10:22:13 +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 |
|
amithkoujalgi
|
bc83df6971
|
[maven-release-plugin] prepare for next development iteration
|
2024-02-12 16:34:11 +00:00 |
|
amithkoujalgi
|
43f43c9f81
|
[maven-release-plugin] prepare release v1.0.51
v1.0.51
|
2024-02-12 16:34:10 +00:00 |
|
Amith Koujalgi
|
65f00defcf
|
Updates to javadoc
|
2024-02-12 22:03:01 +05:30 |
|
Amith Koujalgi
|
d716b81342
|
Merge pull request #23 from AgentSchmecker/feature/chat-request-model
Adds feature for /api/chat access via OllamaAPI
|
2024-02-12 21:36:33 +05:30 |
|
Markus Klenke
|
272ba445f6
|
Moves documentation to end of sidebar group
|
2024-02-10 23:23:01 +00:00 |
|
Markus Klenke
|
d9816d8869
|
Removes unused import
|
2024-02-10 23:13:11 +00:00 |
|
Markus Klenke
|
874736eb16
|
adds documentation for chat API
|
2024-02-10 22:58:50 +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 |
|
amithkoujalgi
|
38dca3cd0d
|
[maven-release-plugin] prepare for next development iteration
|
2024-02-10 05:13:11 +00:00 |
|
amithkoujalgi
|
44bb35b168
|
[maven-release-plugin] prepare release v1.0.50
v1.0.50
|
2024-02-10 05:13:09 +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 |
|
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 |
|
amithkoujalgi
|
24674ea483
|
[maven-release-plugin] prepare for next development iteration
|
2024-02-09 18:19:37 +00:00 |
|
amithkoujalgi
|
5d3a975e4c
|
[maven-release-plugin] prepare release v1.0.49
v1.0.49
|
2024-02-09 18:19:36 +00:00 |
|
Amith Koujalgi
|
ad670c3c62
|
Merge pull request #22 from AgentSchmecker/bugfix/add_model_property_to_model_api
Adds model property to Model Type
|
2024-02-09 23:48:36 +05:30 |
|
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 |
|
Markus Klenke
|
00a3e51a93
|
Extends OllamaAPI by Chat methods and refactors synchronous Generate API Methods
|
2024-02-09 16:32:52 +00:00 |
|
Markus Klenke
|
bc20468f28
|
Applies OllamaRequestBody to OllamaRequestModel
|
2024-02-09 16:30:12 +00:00 |
|