mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 00:48:38 +00:00
Merge pull request #2582 from seefs001/fix/tips
fix: add tips for model management and channel testing
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user