[PR #287] [MERGED] fix: gemini models can't auth #1250

Closed
opened 2026-02-16 10:22:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/287
Author: @Nov1c444
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @Yeuoly

Base: mainHead: fix/gemini-auth


📝 Commits (1)

  • f7d62ef fix: gemini models can't auth

📊 Changes

2 files changed (+14 additions, -9 deletions)

View changed files

📝 models/gemini/manifest.yaml (+6 -6)
📝 models/gemini/provider/google.py (+8 -3)

📄 Description

Fixed the issue where authorization failed due to the non-existence of the gemini-pro model.

Before After
image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/287 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/gemini-auth` --- ### 📝 Commits (1) - [`f7d62ef`](https://github.com/langgenius/dify-official-plugins/commit/f7d62ef7ee51891376f0f8d42f241f17939662ff) fix: gemini models can't auth ### 📊 Changes **2 files changed** (+14 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `models/gemini/manifest.yaml` (+6 -6) 📝 `models/gemini/provider/google.py` (+8 -3) </details> ### 📄 Description Fixed the issue where authorization failed due to the non-existence of the gemini-pro model. | Before | After | |--------|-------| | <img width="1069" alt="image" src="https://github.com/user-attachments/assets/3177454a-9f43-4196-b624-7072a503f1a2" /> | <img width="841" alt="image" src="https://github.com/user-attachments/assets/1608477e-cbcd-4e09-9bfe-8bde918ace19" /> | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:26 -05:00
yindo closed this issue 2026-02-16 10:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1250