Croway opened a new pull request, #19438: URL: https://github.com/apache/camel/pull/19438
``` export API_KEY=123 export MODEL_PROVIDER=ollama mvn clean verify -Dfailsafe.rerunFailingTestsCount=2 ``` The API_KEY is not really needed when using ollama. After some tests, it seems like that [granite4:tiny-h](https://github.com/apache/camel/compare/main...Croway:agent-ollama-test?expand=1#diff-9839a13a497b7b7f4203f0007bb188cb2751d777eeb092cda33a08865278d0a4R39) is the model that offer best performance considering flakiness and reruns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
