Thoonsen Maxime

Results 84 comments of Thoonsen Maxime

hey all. If you look at the example using vercel, the memory is in the front and the whole conversation is sent back every time. I agree that it would...

Hey @olimarferraz ! it should be easy because you can pass any client you want. see the mistral class for one example. ```` $clientFactory = new Factory(); $config->client = $clientFactory...

Hey @JasonMartoux, I think we need to add support for multiple Doctrine version to make this works

Hey @JasonMartoux , Thanks for the kind words! Yes you are right, I will update the doc. Do you want to suggest a fix that works for many doctrine version?

@JasonMartoux no because we want to let as many people as possible use it and they all have different version. We don't want to create a version conflict

done here: https://github.com/theodo-group/LLPhant/pull/234

Hey @raihan-js , Thanks a lot for that and sorry for the late reply. This is really good. How can I help you finish it?

@raihan-js You can use `composer lint`to fix to linting problem. And the for unit test I suggested you a change in a comment

hey @RobinDev . Thanks for this contribution. I'm not sure to understand why you wouldn't call `generateChat`directly in this case if you don't need the search part?