Hello,
I have developed the Fast API in Python which uses openAI API and quadrant database. it queries the data from the quadrant and answers accordingly, but I’m facing an issue with the link format in response
it shows like this
For additional support, you may contact the Codebotx Technology Support team [here](link shows here) or if you are a German or European customer [here](link shows here).
It should be:
For additional support, you may contact the Codebotx Technology Support team or if you are a German or European customer
In this, the “Support team” and “European customer” should be clickable instead of showing links after these.
How can I format this correctly?