feat: 添加自定义渠道提示

This commit is contained in:
1808837298@qq.com 2024-05-24 16:25:11 +08:00
parent 1e0053985a
commit 0c8696816d

View File

@ -485,6 +485,16 @@ const EditChannel = (props) => {
)}
{inputs.type === 8 && (
<>
<div style={{ marginTop: 10 }}>
<Banner
type={'warning'}
description={
<>
如果你对接的是上游One API或者New API请使用OpenAI类型不要使用此类型除非你知道你在做什么
</>
}
></Banner>
</div>
<div style={{ marginTop: 10 }}>
<Typography.Text strong>
完整的 Base URL支持变量{'{model}'}