From 209173ef5c1994b983ee70b06bed2fb1c29af22a Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Wed, 15 Mar 2023 22:09:44 +0800 Subject: [PATCH] style: chat config title Fixes #63 --- src/components/Chat/ChatContent/ChatTitle.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}