feat: add gemini-2.5-flash model to litellm
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}
|
||||||
LITELLM_SALT_KEY: ${LITELLM_SALT_KEY}
|
LITELLM_SALT_KEY: ${LITELLM_SALT_KEY}
|
||||||
NVIDIA_NIM_API_KEY: ${NVIDIA_NIM_API_KEY}
|
NVIDIA_NIM_API_KEY: ${NVIDIA_NIM_API_KEY}
|
||||||
|
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@@ -7,3 +7,7 @@ model_list:
|
|||||||
litellm_params:
|
litellm_params:
|
||||||
model: nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct
|
model: nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct
|
||||||
drop_params: true
|
drop_params: true
|
||||||
|
- model_name: gemini-2.5-flash
|
||||||
|
litellm_params:
|
||||||
|
model: gemini/gemini-2.5-flash
|
||||||
|
drop_params: true
|
||||||
Reference in New Issue
Block a user