Randy Gobbel

Results 12 comments of Randy Gobbel

I've managed to get Mistral both and Mixtral built, and Mixtral works very well, but for some reason the Mistral models don't work with the Web chat agent, even though...

The problem is that `Collection.__init__` doesn't call `super().__init__` soon enough. The Pydantic attributes don't exist until that call happens.