Croway opened a new pull request, #19570:
URL: https://github.com/apache/camel/pull/19570

   camel-langchain4j-agent,tools,chat tests are successful locally with the 
ollama test-infra. However, as you can see from the .md files, the docker image 
is really slow and unreliable on MacOS (tested on my mac m1). Therefore, I'd 
suggest to use ollama directly via 
   
   ```
   mvn verify -Dollama.endpoint=http://localhost:11434/ 
-Dollama.model=granite4:tiny-h -Dollama.instance.type=remote
   ```
   
   @zbendhiba I modified the agent integration tests, but it should still 
possible to execute them via gemini env variables. Please let me know if you 
face any issue.
   
   @orpiske I added a volume 
https://github.com/apache/camel/compare/main...Croway:execute-ai-tests-locally?expand=1#diff-8e3c61c74919a7b9b94aaa7c13b0d266def63063a60092eec4260a3a253452ddR79
 for ollama, otherwise the model is downloaded everytime a mvn command is 
executed.


-- 
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]

Reply via email to