660 Commits

Author SHA1 Message Date
Markus Klenke
35f5f34196 Adds doc for tool-based chat API calls 2024-12-09 23:30:05 +01:00
Markus Klenke
d8c3edd55f Parametrizes the max chat tool call retries for a single chat request 2024-12-09 23:29:43 +01:00
Markus Klenke
7ffbc5d3f2 Adds implicit tool calling for streamed chat requests (requires Ollama v0.4.6) 2024-12-09 23:07:25 +01:00
Markus Klenke
c4b7830614 Fixes merge conflicts 2024-12-07 01:18:12 +01:00
Markus Klenke
69f6fd81cf Enables in chat tool calling 2024-12-07 01:17:08 +01:00
Markus Klenke
b6a293add7 Makes changes to OllamaChatResult backwards compatible 2024-12-07 01:17:08 +01:00
Markus Klenke
25694a8bc9 extends ollamaChatResult to have full access to OllamaChatResult 2024-12-07 01:17:01 +01:00
Markus Klenke
12bb10392e Extends ChatModels to use Tools and ToolCalls 2024-12-07 01:16:25 +01:00
Markus Klenke
e9c33ab0b2 Extends chat API to automatically load registered Tools 2024-12-07 01:16:25 +01:00
Markus Klenke
903a8176cd Extends ToolSpec to have PromptDef for ChatRequests 2024-12-07 01:16:25 +01:00
Markus Klenke
ff3344616c Fixes NPE in #78 2024-12-04 22:57:48 +01:00
Markus Klenke
726fea5b74 Fixes #79 2024-12-04 22:28:00 +01:00
Markus Klenke
a09f1362e9 Adds Builder for EmbedRequests and deprecates old Embedding Models 2024-12-02 22:48:33 +01:00
amithkoujalgi
4ef0821932
updated README.md
Update README.md
2024-11-09 01:01:38 +05:30
amithkoujalgi
2d3cf228cb
added findModelTagFromLibrary API 1.0.89 2024-11-08 12:37:58 +05:30
amithkoujalgi
5b3713c69e
added getLibraryModelDetails API and pullModel API with LibraryModelTag 1.0.88 2024-11-08 11:23:47 +05:30
Amith Koujalgi
e9486cbb8e
Merge pull request #76 from ollama4j/model-listing
updated `listModelsFromLibrary` API
2024-11-08 10:05:19 +05:30
amithkoujalgi
057f0babeb
updated listModelsFromLibrary API
updated `listModelsFromLibrary` API
2024-11-08 10:02:27 +05:30
Amith Koujalgi
da146640ca
Update README.md 2024-11-08 00:08:13 +05:30
Amith Koujalgi
82be761b86
Merge pull request #75 from ollama4j/model-listing
`listModelsFromLibrary` API
1.0.87
2024-11-07 23:54:56 +05:30
amithkoujalgi
9c3fc49df1
added listModelsFromLibrary API 2024-11-07 23:53:11 +05:30
Amith Koujalgi
5f19eb17ac Update OllamaAPI.java 2024-11-07 21:53:41 +05:30
Amith Koujalgi
ecb04d6d82
Cleanup 2024-10-31 21:22:17 +05:30
Amith Koujalgi
3fc7e9423c
Updated docs 1.0.86 2024-10-31 17:57:02 +05:30
Amith Koujalgi
405a08b330
Updated docs 2024-10-31 16:25:05 +05:30
Amith Koujalgi
921f745435
Custom roles support
Adds support for custom roles using `OllamaChatMessageRole`
2024-10-31 16:15:21 +05:30
Amith Koujalgi
bedfec6bf9
Update generate-embeddings.md 2024-10-30 11:07:40 +05:30
Amith Koujalgi
afa09e87a5
Update OllamaAPI.java 2024-10-30 11:02:37 +05:30
Amith Koujalgi
baf2320ea6
Updated javadoc 2024-10-30 11:01:23 +05:30
Amith Koujalgi
948a7444fb
Update README.md 2024-10-30 00:54:33 +05:30
Amith Koujalgi
ec0eb8b469
Update README.md 2024-10-30 00:44:08 +05:30
Amith Koujalgi
8f33de7e59
Update README.md 2024-10-30 00:43:09 +05:30
Amith Koujalgi
8c59e6511b
Update README.md 2024-10-30 00:41:55 +05:30
Amith Koujalgi
b93fc7623a
Updated javadoc 2024-10-30 00:28:53 +05:30
Amith Koujalgi
bd1a57c7e0
Added support for new embed API /api/embed 1.0.85 2024-10-30 00:03:49 +05:30
Amith Koujalgi
7fabead249
Merge pull request #73 from daguava/tool-role
Add 'tool' role
2024-10-29 22:05:43 +05:30
Mitchell Lutzke
268a973d5e Add tool role 2024-10-27 17:06:25 -07:00
Amith Koujalgi
d949a3cb69
Merge pull request #72 from daguava/minp-custom-options
Add minp option and ability to set custom options
2024-10-27 20:05:24 +05:30
Mitchell Lutzke
e2443ed68a Add throws to the docs 2024-10-26 22:08:03 -07:00
Mitchell Lutzke
37193b1f5b slight cleanup 2024-10-26 21:36:43 -07:00
Mitchell Lutzke
e33071ae38 Add minp option and ability to set custom options 2024-10-26 21:22:46 -07:00
Amith Koujalgi
fffc8dc526
Update README.md 2024-10-16 00:55:01 +05:30
Amith Koujalgi
def950cc9c
Update README.md 2024-10-15 14:27:07 +05:30
Amith Koujalgi
f4db7ca326
Update README.md 2024-10-15 11:51:20 +05:30
Amith Koujalgi
18760250ea
Update README.md 2024-10-11 21:21:20 +05:30
Amith Koujalgi
233597efd1
Update README.md 2024-10-01 23:38:49 +05:30
Amith Koujalgi
cec9f29eb7
Update README.md 2024-09-15 09:43:37 +05:30
Amith Koujalgi
20cb92a418
Update README.md 2024-09-15 08:48:31 +05:30
Amith Koujalgi
b0dc38954b
Update README.md 2024-09-15 08:47:22 +05:30
Amith Koujalgi
1479d0a494
Update README.md 2024-09-08 16:28:46 +05:30