Christian Tzolov
Christian Tzolov
@ricken07 thanks for keeping track of the Mistral AI API changes. For my understanding this does not break any existing functionality? The ITs are passing green as they should. The...
@ricken07 would appreciate this. Looks like more than one thing is going on. The mapping error causes the stream to not be classed. If you find a what to reproduce...
@ricken07 any luck in reproducing the issue?
Ok , will review/merge it without test.
@ricken07 have you run successfully the integration tests?
I had to add this patch first: 7e03a15cf5ce4fbdfcf219fbfed84514201d4d67 Something changed in the streaming function response. It splits the tool_calls response in 2 messages. First with the role and the second...
Rebased and merged at 5f9ecdd899761974e77114f7584610aa803a3e97
@Adrianogba , @mingMens as [Ollama documentation explains](https://docs.spring.io/spring-ai/reference/api/chat/ollama-chat.html#_prerequisites) you need to `pull` and `run` the models (you can run more than one) before using it. ``` ollama pull mistral ollama run...
@ricken07 if not mistaken there is already a similar PR : https://github.com/spring-projects/spring-ai/pull/333 by @hemeda3 The moderation is has high priority in our todo list. But we need to figure out...
@eddumelendez , I'm trying to run this locally. The first attempt failed with 404 if not mistaken and a consecutive runs cause: ``` java.lang.ExceptionInInitializerError at java.base/java.util.ArrayList.forEach([ArrayList.java:1511](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html)) Caused by: org.testcontainers.containers.ContainerFetchException: Can't...