|
|
|
@@ -27,7 +27,7 @@ import ModelBasicInfo from './components/ModelBasicInfo'; |
|
|
|
import ModelEndpoints from './components/ModelEndpoints'; |
|
|
|
import ModelPricingTable from './components/ModelPricingTable'; |
|
|
|
import ChannelPricingCard from './components/ChannelPricingCard'; |
|
|
|
import ModelCodeSnippet from './components/ModelCodeSnippet'; |
|
|
|
// import ModelCodeSnippet from './components/ModelCodeSnippet'; |
|
|
|
|
|
|
|
const { Text } = Typography; |
|
|
|
|
|
|
|
@@ -108,7 +108,9 @@ const ModelDetailSideSheet = ({ |
|
|
|
displayPrice={displayPrice} |
|
|
|
t={t} |
|
|
|
/> |
|
|
|
{/* 暂时隐藏调用示例 |
|
|
|
<ModelCodeSnippet modelData={modelData} t={t} /> |
|
|
|
*/} |
|
|
|
</> |
|
|
|
)} |
|
|
|
</div> |
|
|
|
|