The link format in the response are not good. make GPT return clickable links in chat

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?

That is called markdown language. It is basically how chatgpt formats its answers most of the time, including tables, lists, etc.

There are implementations of renders in many languages to display them correctly.