mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 19:15:10 +08:00
fix: run agent with Vertex AI Gemini models (#5260)
Co-authored-by: Wenming Pan <pwm@google.com>
This commit is contained in:
parent
ef55d0da78
commit
4b54843ed7
@ -3,9 +3,8 @@ label:
|
|||||||
en_US: Gemini 1.0 Pro Vision
|
en_US: Gemini 1.0 Pro Vision
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
|
- agent-thought
|
||||||
- vision
|
- vision
|
||||||
- tool-call
|
|
||||||
- stream-tool-call
|
|
||||||
model_properties:
|
model_properties:
|
||||||
mode: chat
|
mode: chat
|
||||||
context_size: 16384
|
context_size: 16384
|
||||||
|
@ -4,8 +4,6 @@ label:
|
|||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
- tool-call
|
|
||||||
- stream-tool-call
|
|
||||||
model_properties:
|
model_properties:
|
||||||
mode: chat
|
mode: chat
|
||||||
context_size: 32760
|
context_size: 32760
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
model: gemini-1.5-flash-preview-0514
|
model: gemini-1.5-flash-001
|
||||||
label:
|
label:
|
||||||
en_US: Gemini 1.5 Flash
|
en_US: Gemini 1.5 Flash
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
|
- agent-thought
|
||||||
- vision
|
- vision
|
||||||
- tool-call
|
|
||||||
- stream-tool-call
|
|
||||||
model_properties:
|
model_properties:
|
||||||
mode: chat
|
mode: chat
|
||||||
context_size: 1048576
|
context_size: 1048576
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
model: gemini-1.5-pro-preview-0514
|
model: gemini-1.5-pro-001
|
||||||
label:
|
label:
|
||||||
en_US: Gemini 1.5 Pro
|
en_US: Gemini 1.5 Pro
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
- vision
|
- vision
|
||||||
- tool-call
|
|
||||||
- stream-tool-call
|
|
||||||
model_properties:
|
model_properties:
|
||||||
mode: chat
|
mode: chat
|
||||||
context_size: 1048576
|
context_size: 1048576
|
||||||
|
Loading…
x
Reference in New Issue
Block a user