Skip to content

Commit

Permalink
fix: gemini model info
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Feb 25, 2025
1 parent ce54527 commit b0a804e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.name === 'gemini' ? 'google' : detail.name}`)

if (!res)
return null
Expand Down

0 comments on commit b0a804e

Please sign in to comment.