diff --git a/src/components/Chat/ChatContent/ChatTitle.tsx b/src/components/Chat/ChatContent/ChatTitle.tsx index 0a8409a..2cdb3fa 100644 --- a/src/components/Chat/ChatContent/ChatTitle.tsx +++ b/src/components/Chat/ChatContent/ChatTitle.tsx @@ -43,24 +43,24 @@ const ChatTitle = React.memo(() => { return config ? ( <>
{ setIsModalOpen(true); }} > -
+
{t('model')}: {t('default')}
-
+
{t('temperature.label')}: {config.temperature}
-
+
{t('topP.label')}: {config.top_p}
-
+
{t('presencePenalty.label')}: {config.presence_penalty}
-
+
{t('frequencyPenalty.label')}: {config.frequency_penalty}