mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2439] feat: gemini models support use line file #2479
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/2439
Author: @fatelei
Created: 1/16/2026
Status: 🔄 Open
Base:
main← Head:gemini_inline📝 Commits (2)
8146ad5feat: gemini models support use line file2132172Merge branch 'main' into gemini_inline📊 Changes
47 files changed (+645 additions, -1 deletions)
View changed files
📝
models/gemini/manifest.yaml(+1 -1)📝
models/gemini/models/llm/gemini-1.5-flash-001.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash-002.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash-8b-exp-0827.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash-8b-exp-0924.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash-exp-0827.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash-latest.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-flash.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro-001.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro-002.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro-exp-0801.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro-exp-0827.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro-latest.yaml(+14 -0)📝
models/gemini/models/llm/gemini-1.5-pro.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-001.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-exp.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-001.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-preview-02-05.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite-preview.yaml(+14 -0)📝
models/gemini/models/llm/gemini-2.0-flash-lite.yaml(+14 -0)...and 27 more files
📄 Description
issue https://github.com/langgenius/dify/issues/31082
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.