Alvise Susmel
Alvise Susmel
`LLamacpp` adapter uses the wrong config field to get the API url. To create a unit test around `LLamacpp.url/0` I made the function public. I've also added a `nil` case...
Add missing `:patience` option to `Axon.Loop.checkpoint`. Fixes an issue where the `:patience` option was defined but not passed to the monitor function. This PR ensures the parameter is properly extracted...
In `Axon.Loop.checkpoint/2`, the `patience` option is not passed to the underlying `monitor` function, making the feature non-functional.