perf: text

This commit is contained in:
archer
2023-05-08 09:40:27 +08:00
parent 014fb504a4
commit b0402434e2
15 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ const ModelList = ({ models, modelId }: { models: ModelListItemType[]; modelId:
{item.name}
</Box>
<Box className="textEllipsis" color={'myGray.400'} fontSize={'sm'}>
{item.systemPrompt || '这个模型没有提示词~'}
{item.systemPrompt || '这个AI助手没有设置提示词~'}
</Box>
</Box>
</Flex>