mahdicv's picture
updating with web browsing + reasoning effort
ba7492c
raw
history blame
315 Bytes
# ----------------------------------------------------------------------
# KaTeX delimiter config for Gradio
# ----------------------------------------------------------------------
LATEX_DELIMS = [
{"left": "\\[", "right": "\\]", "display": True},
{"left": "\\(", "right": "\\)", "display": False},
]