mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #192] [MERGED] feat(gemini): add Gemini 2.0 models #1167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/192
Author: @takatea
Created: 2/8/2025
Status: ✅ Merged
Merged: 2/10/2025
Merged by: @Yeuoly
Base:
main← Head:add-gemini-2_0-models-in-gemini-provider📝 Commits (2)
14ce7a0feat(gemini): add Gemini 2.0 model variants to provider4fe6460chore(gemini): update the dependcy version📊 Changes
9 files changed (+251 additions, -2 deletions)
View changed files
📝
models/gemini/manifest.yaml(+1 -1)📝
models/gemini/models/llm/_position.yaml(+6 -0)➕
models/gemini/models/llm/gemini-2.0-flash-001.yaml(+41 -0)➕
models/gemini/models/llm/gemini-2.0-flash-exp.yaml(+41 -0)➕
models/gemini/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml(+42 -0)➕
models/gemini/models/llm/gemini-2.0-flash-thinking-exp-01-21.yaml(+39 -0)➕
models/gemini/models/llm/gemini-2.0-flash-thinking-exp-1219.yaml(+39 -0)➕
models/gemini/models/llm/gemini-2.0-pro-exp-02-05.yaml(+41 -0)📝
models/gemini/requirements.txt(+1 -1)📄 Description
Summary
This PR adds support for new Gemini 2.0 model variants including Flash, Pro, and experimental versions.
Added Models
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.