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;
|
let downloadButton;
|
||||||
|
|
||||||
if (model.engine !== 'nitro') {
|
if (model.engine === 'openai') {
|
||||||
downloadButton = (
|
downloadButton = (
|
||||||
<Button onClick={() => onDownloadClick()}>
|
<Button onClick={() => onDownloadClick()}>
|
||||||
Use
|
Use
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user