Compare commits

...

2 Commits

Author SHA1 Message Date
zxhlyh f4154fb7d9 fix: tool info 11 months ago
zxhlyh b0a804e22f fix: gemini model info 11 months ago

@ -13,7 +13,7 @@ const ModelList = ({
detail,
}: Props) => {
const { t } = useTranslation()
const { data: res } = useModelProviderModelList(`${detail.plugin_id}/${detail.name}`)
const { data: res } = useModelProviderModelList(`${detail.plugin_id}/${detail.declaration.model.provider}`)
if (!res)
return null

Loading…
Cancel
Save