fix: Check model engine openai for Use
This commit is contained in:
parent
cb60a7cf92
commit
fb8729bff3
@ -57,7 +57,7 @@ const ExploreModelItemHeader: React.FC<Props> = ({ model, onClick, open }) => {
|
||||
|
||||
let downloadButton;
|
||||
|
||||
if (model.engine !== 'nitro') {
|
||||
if (model.engine === 'openai') {
|
||||
downloadButton = (
|
||||
<Button onClick={() => onDownloadClick()}>
|
||||
Use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user