74 | {t("aigc-disclaimer")} 75 |
76 |
92 | {children}
93 |
94 | );
95 | };
96 |
97 | const components = {
98 | code: CodeBlock,
99 | };
100 |
101 | const MarkdownRenderer = ({ source }: { source: string }) => {
102 | return (
103 |
98 |
99 | {output || (
100 |
101 | {placeholder}
102 |
103 | )}
104 |
105 |
106 |
107 | 54 | Start a new conversation with{" "} 55 | 56 | {resolvedSource?.name} 57 | 58 | . 59 |
60 |151 | {t("advanced.custom-base-url.helper", { 152 | provider: activeSource?.name ?? "", 153 | })} 154 |
155 |{t("history.empty")}
87 |