Enhance ListAPIs component to display template name conditionally; update ChatBOX layout for improved spacing

This commit is contained in:
ecwu
2024-12-21 13:13:36 +08:00
parent e8f0c0ffa5
commit f2feedd3a2
2 changed files with 19 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ export default function ChatBOX(props: {
return (
<>
<div className="flex flex-col w-full">
<div className="flex flex-col p-2 gap-2 w-full">
{true && (
<Settings
chatStore={chatStore}