Commit Graph

  • 931d5dd520
    Merge pull request #145 from ollama4j/thinking-support 1.1.0 Amith Koujalgi 2025-08-31 17:44:58 +05:30
  • b216d1b647
    Refactor imports and add fields to OllamaStructuredResult amithkoujalgi 2025-08-31 16:46:32 +05:30
  • 4de3d98b79
    Update generate.md amithkoujalgi 2025-08-31 16:00:07 +05:30
  • 6fa5c323b8
    Refactor stream handler and update test model usage amithkoujalgi 2025-08-31 15:56:40 +05:30
  • c754bd11da
    Refactor OllamaAPI for improved async handling and response streaming amithkoujalgi 2025-08-31 14:02:42 +05:30
  • 5f5fa8ecae
    Deprecate findModelTagFromLibrary and simplify WeatherTool amithkoujalgi 2025-08-31 01:33:57 +05:30
  • 6ae6f4f25b
    Update run-tests.yml amithkoujalgi 2025-08-30 21:31:54 +05:30
  • 6b69284497
    Update workflow job names and refine integration tests amithkoujalgi 2025-08-30 21:30:16 +05:30
  • 52d7dbd7ce
    Update build-on-pull-request.yml amithkoujalgi 2025-08-30 21:10:54 +05:30
  • 2070753c5e
    Update run-tests.yml amithkoujalgi 2025-08-30 21:05:30 +05:30
  • c1f7fb78d9
    Merge branch 'main' into thinking-support Amith Koujalgi 2025-08-30 21:01:50 +05:30
  • b71cf87ec2
    Update build-on-pull-request.yml amithkoujalgi 2025-08-30 21:00:37 +05:30
  • 0965c3046e
    Update build-on-pull-request.yml amithkoujalgi 2025-08-30 20:57:17 +05:30
  • 8e50bc8d75
    Update OllamaAPIIntegrationTest.java amithkoujalgi 2025-08-30 20:54:18 +05:30
  • be5b77c4ac
    Refactor tool tests and improve tool argument handling amithkoujalgi 2025-08-30 20:53:14 +05:30
  • 6078db6157
    Update GitHub Actions workflows for PRs and tests amithkoujalgi 2025-08-30 20:04:42 +05:30
  • 97f457575d
    Remove sample prompt utilities and update integration tests amithkoujalgi 2025-08-30 20:01:35 +05:30
  • 4df59d8862
    Refactor test steps to use run-tests workflow amithkoujalgi 2025-08-30 18:13:58 +05:30
  • 621004e6d8
    Fix logging for model pull retry amithkoujalgi 2025-08-30 18:10:33 +05:30
  • 74b2ab13e7
    Merge pull request #146 from ollama4j/amithkoujalgi-patch-1 Amith Koujalgi 2025-08-30 18:09:47 +05:30
  • 8fef5148d9
    Update run-tests.yml Amith Koujalgi 2025-08-30 18:09:35 +05:30
  • b91f6e6b25
    Enhance GitHub Actions workflow for dynamic branch testing amithkoujalgi 2025-08-30 18:06:06 +05:30
  • 0ec20d14b0
    Enhance CI workflow and refactor integration tests amithkoujalgi 2025-08-30 18:00:04 +05:30
  • c705432510
    Increase model pull retry delay and attempts amithkoujalgi 2025-08-30 17:04:02 +05:30
  • de379d73b2
    Refactor OllamaAPI for readability and add EqualsAndHashCode to BearerAuth amithkoujalgi 2025-08-30 16:59:05 +05:30
  • ad1bf658a9
    Enhance OllamaAPI with improved timeout and retry mechanisms amithkoujalgi 2025-08-30 16:49:43 +05:30
  • ab9b95dbed
    Update THINKING_TOOL_MODEL constant in OllamaAPIIntegrationTest to gpt-oss:20b amithkoujalgi 2025-08-30 15:50:08 +05:30
  • 7f37233c72
    Update THINKING_TOOL_MODEL constant in OllamaAPIIntegrationTest to version 1.7b amithkoujalgi 2025-08-30 15:45:08 +05:30
  • 77aa3b85d1
    Refactor WithAuth integration test for improved structure and functionality amithkoujalgi 2025-08-30 15:07:32 +05:30
  • 863c978d12
    Refactor OllamaAPIIntegrationTest and AnnotatedTool for improved clarity and consistency amithkoujalgi 2025-08-30 15:02:51 +05:30
  • cc950b893e
    Refactor OllamaAPI to use Constants for HTTP headers and improve logging format amithkoujalgi 2025-08-30 13:01:01 +05:30
  • f085b633af
    Update OllamaAPIIntegrationTest.java amithkoujalgi 2025-08-30 12:14:09 +05:30
  • 3d0b3eeb7f
    Add tool deregistration and update integration tests amithkoujalgi 2025-08-30 12:01:32 +05:30
  • 4a69df4476 remove unused model pull in testListModelsAPI Amith Koujalgi 2025-08-29 17:08:48 +05:30
  • 639249d346 Update Lombok version and adjust project build output timestamp formatting Amith Koujalgi 2025-08-29 17:00:49 +05:30
  • 8d9ee006ee
    Refactor OllamaAPI and chat models to support 'thinking' responses amithkoujalgi 2025-08-28 12:44:43 +05:30
  • 14642e9856
    Enhance OllamaAPI with 'think' parameter and response handling amithkoujalgi 2025-08-28 10:03:07 +05:30
  • 3efd7712be
    Merge pull request #143 from ollama4j/small-fixes Amith Koujalgi 2025-08-27 21:18:15 +05:30
  • d2417b0082
    Merge pull request #144 from trly/fix/update-pullmodel-to-handle-errors Amith Koujalgi 2025-08-27 21:18:03 +05:30
  • bae903f8ca
    fix: handle ollama error responses Travis Lyons 2025-08-20 11:51:49 -04:00
  • 1e17e258b6
    Merge pull request #141 from p00temkin/thinking Amith Koujalgi 2025-08-16 09:34:20 +05:30
  • cc13a580fa
    Update WithAuth.java amithkoujalgi 2025-08-16 09:27:40 +05:30
  • 54d8cf4cd9
    Add WeatherTool and integration test with auth proxy amithkoujalgi 2025-08-15 23:16:24 +05:30
  • 03da285d1c
    Ignore thinking key to allow gpt-oss replies to be processed p00temkin 2025-08-12 14:52:31 +02:00
  • 339f788832
    Merge pull request #133 from ollama4j/docs-updates Amith Koujalgi 2025-04-20 00:33:32 +05:30
  • ccf738127d
    Update index.js amithkoujalgi 2025-04-20 00:33:00 +05:30
  • b90c7a027a
    Merge pull request #132 from ollama4j/docs-updates Amith Koujalgi 2025-04-20 00:11:12 +05:30
  • 2b0506a393
    Updated docs amithkoujalgi 2025-04-20 00:10:37 +05:30
  • 81278be964
    Merge pull request #131 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 23:36:47 +05:30
  • cef4a00d17
    Updated docs amithkoujalgi 2025-04-19 23:36:03 +05:30
  • 9083c3ace3
    Merge pull request #130 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 23:25:06 +05:30
  • 79923451d0
    Updated docs amithkoujalgi 2025-04-19 23:24:44 +05:30
  • 02168e6fd9
    Merge pull request #129 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 23:16:09 +05:30
  • a3debc0983
    Updated docs amithkoujalgi 2025-04-19 23:15:27 +05:30
  • 9a0908f504
    Merge pull request #128 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 22:14:09 +05:30
  • 4d03673d8c
    Updated docs amithkoujalgi 2025-04-19 22:11:36 +05:30
  • c4ebd5cd31
    Merge pull request #127 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 00:24:08 +05:30
  • 43361ff271
    Updated docs amithkoujalgi 2025-04-19 00:23:27 +05:30
  • f1d9fc154a
    Merge pull request #126 from ollama4j/docs-updates Amith Koujalgi 2025-04-19 00:19:27 +05:30
  • 9811d9f7fd
    Updated docs amithkoujalgi 2025-04-19 00:16:23 +05:30
  • 63e2fc2c49
    Merge pull request #125 from ollama4j/docs-updates Amith Koujalgi 2025-04-18 23:03:10 +05:30
  • 63b3bcb71e
    Updated docs amithkoujalgi 2025-04-18 23:02:32 +05:30
  • 9d9bc53e0b
    Updated docs amithkoujalgi 2025-04-18 22:52:08 +05:30
  • 8fd203931d
    Updated docs amithkoujalgi 2025-04-18 22:45:30 +05:30
  • 9c181486a5
    Added CodeEmbed component to embed code snippets in markdowns amithkoujalgi 2025-04-18 12:15:49 +05:30
  • 2b036c8a62
    Added CodeEmbed component to embed code snippets in markdowns amithkoujalgi 2025-04-17 20:31:01 +05:30
  • ec0ebc9654 Update list-library-models.md Amith Koujalgi 2025-04-17 18:39:07 +05:30
  • c2e4e3fa7f
    Merge pull request #124 from ollama4j/113-tests-fix Amith Koujalgi 2025-04-16 21:43:36 +05:30
  • d6a57560fe
    added search for docs amithkoujalgi 2025-04-16 21:41:33 +05:30
  • a4c47216f5
    Merge pull request #123 from ollama4j/amithkoujalgi-patch-1 Amith Koujalgi 2025-04-16 21:16:19 +05:30
  • 202fbef8b7
    Update README.md Amith Koujalgi 2025-04-16 21:15:49 +05:30
  • 48d0a494ee
    Merge pull request #119 from ollama4j/113-tests-fix 1.0.100 Amith Koujalgi 2025-04-06 23:34:53 +05:30
  • b2e1330ec0
    Updated 'build-docs' to 'docs' and 'start-docs' to 'docs-dev' for clarity. amithkoujalgi 2025-04-06 23:22:29 +05:30
  • a2d95a052a
    - Updated Makefile to add a new remote integration test command. - Updated docs – Enhanced DBQueryFunction to validate input arguments and throw a RuntimeException if required arguments are missing. - Updated docs – Refactored tool specifications for fuel price, weather, and employee details to use a unified prompt function structure. (Addresses #116). - Improved javadoc for chatStreaming() API. (Addresses #115). - Introduced ToolInvocationException to handle errors during tool invocation in OllamaAPI. (Addresses #117). - Updated integration tests to include ToolInvocationException in method signatures for better error handling. amithkoujalgi 2025-04-06 23:05:26 +05:30
  • d86217dd0b
    Merge pull request #114 from ollama4j/113-tests-fix Amith Koujalgi 2025-03-25 22:30:56 +05:30
  • 70b4a7961a
    Used smaller-sized images for the test cases amithkoujalgi 2025-03-25 21:56:45 +05:30
  • 0248f21654
    Used smaller-sized images for the test cases amithkoujalgi 2025-03-25 21:34:13 +05:30
  • 252ea50717 Update OllamaAPIIntegrationTest.java Amith Koujalgi 2025-03-25 20:40:58 +05:30
  • 1155a9be9f
    Merge pull request #113 from bavardage/support-handing-images-as-byte-arrays Amith Koujalgi 2025-03-25 20:36:12 +05:30
  • bc87d0c7ec add api methods to support passing images as byte[] Benjamin Duffield 2025-03-25 11:37:25 +00:00
  • a895e3a0ea
    Merge pull request #112 from ollama4j/structured-output Amith Koujalgi 2025-03-25 18:59:56 +05:30
  • 68acedfd0a
    Merge branch 'structured-output' of https://github.com/ollama4j/ollama4j into structured-output amithkoujalgi 2025-03-25 00:22:22 +05:30
  • be08f11027
    Update OllamaAPIIntegrationTest.java amithkoujalgi 2025-03-25 00:20:25 +05:30
  • b9b18271a1
    Support for structured output amithkoujalgi 2025-03-24 00:25:20 +05:30
  • 12aa38cab0
    updated doc amithkoujalgi 2025-03-24 23:43:20 +05:30
  • b05f1d9b12
    Refactor imports in OllamaAPIIntegrationTest for improved clarity and organization amithkoujalgi 2025-03-24 23:33:35 +05:30
  • bc2a931586
    Enhance OllamaAPI and OllamaResult for improved model pulling and structured responses Amith Koujalgi 2025-03-24 21:40:20 +05:30
  • 1bda78e35b revert OllamaResult.java Amith Koujalgi 2025-03-24 18:24:09 +05:30
  • e7e71f6421 Enhance integration tests and Makefile for external Ollama host support Amith Koujalgi 2025-03-24 17:59:24 +05:30
  • 57f874921c Add Windows installation note for Chocolatey in README Amith Koujalgi 2025-03-24 15:48:01 +05:30
  • 2d7902167b
    Enhance OllamaAPI and documentation for structured responses Amith Koujalgi 2025-03-24 15:30:00 +05:30
  • 407b7eb280
    Refactor OllamaAPI documentation and add structured response model amithkoujalgi 2025-03-24 00:25:20 +05:30
  • e62a7511db
    Merge remote-tracking branch 'origin/main' amithkoujalgi 2025-03-23 22:21:42 +05:30
  • c904a69b09
    Merge pull request #110 from ollama4j/integration-tests-updates Amith Koujalgi 2025-03-19 08:50:22 +05:30
  • 11bf20c405
    Updated docs Amith Koujalgi 2025-03-19 08:49:58 +05:30
  • c3273ea8ca
    Merge pull request #109 from ollama4j/integration-tests-updates Amith Koujalgi 2025-03-19 08:32:00 +05:30
  • f6a29842b5
    Updated docs Amith Koujalgi 2025-03-19 08:31:10 +05:30
  • 3781ea7a51
    Merge pull request #108 from ollama4j/integration-tests-updates Amith Koujalgi 2025-03-19 08:20:39 +05:30
  • 6f1da25f7e
    Updated GH action Amith Koujalgi 2025-03-19 08:20:09 +05:30
  • e74ef7115c
    Add blog post about tooling with couchbase Amith Koujalgi 2025-03-19 08:08:39 +05:30