https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html
from IPython.display import Markdown
display(Markdown(response.json()['choices'][0]['message']['content']))
https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html
from IPython.display import Markdown
display(Markdown(response.json()['choices'][0]['message']['content']))