Hi Sudhir,
are you specifically looking for Widgets?
There are a lot of platform-supported modules on the marketplace that should help you build your use case.
See Mendix Docs for inspiration. The GenAI Showcase App shows how GenAI concepts can be implemented easily in Mendix.
Best regards
Liam
Hello Sudhir T,
Are you looking widget for chatbot UI, you can try with any of this, I tried with few of this and then finally created my own UI,as per requirements.
Hello Raju Patel,
I am getting the following error in the ChatGPT3 module from market place.
Error is as follows, but same url and body is working fine with Postman.
Error Type : sun.security.provider.certpath.SunCertPathBuilderException
Message : unable to find valid certification path to requested target
Stacktrace:
Error calling REST service at ChatGPT3.RST_ChatGPT_GetResponse (CallRest : 'Call REST (POST)') at ChatGPT3.ACT_ChatGPTResponse_GetResponse (SubMicroflow : 'ChatGPT')
Advanced stacktrace: at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
Caused by:java.security.PrivilegedActionException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
Caused by:null at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
Caused by:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
Caused by:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)
Caused by:unable to find valid certification path to requested target at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79)