Update chat.tsx

This commit is contained in:
王力斌
2024-09-20 17:32:45 +08:00
committed by GitHub
parent d7837db501
commit c8e16911ff

View File

@@ -743,7 +743,7 @@ export function ChatActions(props: {
/>
)}
{showPlugins(currentProviderName, currentModel) && (
<!-- {showPlugins(currentProviderName, currentModel) && (
<ChatAction
onClick={() => {
if (pluginStore.getAll().length == 0) {
@@ -771,7 +771,7 @@ export function ChatActions(props: {
});
}}
/>
)}
)} -->
{!isMobileScreen && (
<ChatAction