Custom GenAI connector

0
How to implement a GenAI connector that uses a custom model? The custom model supports the OpenAI chat completions API
asked
2 answers
0

You could have a look at the 'Enrich your Mendix app with GenAI capabilities' documentation page. There you can also find several ready-made example apps and starter templates.

 

answered
0

Hi Guy, since your custom model supports the OpenAI chat completions API, I would suggest to download the OpenAI connector from the Marketplace and make changes to it according to your needs. Chances are high that you don't need to make changes at all or just need to fix some validations when saving new configurations.

Good luck!

answered