Merge pull request #2582 from seefs001/fix/tips

fix: add tips for model management and channel testing
This commit is contained in:
Seefs
2026-01-05 18:47:02 +08:00
committed by GitHub
parent d3f33932c0
commit 9e61338a6f
11 changed files with 147 additions and 19 deletions

View File

@@ -265,6 +265,11 @@ const ModelTestModal = ({
placeholder={t('选择端点类型')}
/>
</div>
<Typography.Text type='tertiary' size='small' className='block mb-2'>
{t(
'说明:本页测试为非流式请求;若渠道仅支持流式返回,可能出现测试失败,请以实际使用为准。',
)}
</Typography.Text>
{/* 搜索与操作按钮 */}
<div className='flex items-center justify-end gap-2 w-full mb-2'>