feat: qa must pay

This commit is contained in:
archer
2023-06-01 11:17:34 +08:00
parent c9ee6fabe4
commit 8817e4d2db
5 changed files with 7 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ const SelectFileModal = ({
chunks: []
});
const { openConfirm, ConfirmChild } = useConfirm({
content: `确认导入该文件,需要一定时间进行拆解,该任务无法终止!如果余额不足,未完成的任务会被直接清除。一共 ${
content: `确认导入该文件,需要一定时间进行拆解,该任务无法终止!QA 拆分仅能使用余额,如果余额不足,未完成的任务会被直接清除。一共 ${
splitRes.chunks.length
} 组。${splitRes.tokens ? `大约 ${splitRes.tokens} 个tokens。` : ''}`
});

View File

@@ -136,7 +136,7 @@ const NumberSetting = () => {
</Button>
</Flex>
<Box fontSize={'xs'} color={'blackAlpha.500'}>
openai
openai openai
</Box>
</Box>
<Flex mt={6} alignItems={'center'}>