fix: remove gemini
This commit is contained in:
@@ -11,7 +11,6 @@ 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}
|
|
||||||
NO_DOCS: "True"
|
NO_DOCS: "True"
|
||||||
NO_REDOC: "True"
|
NO_REDOC: "True"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -6,8 +6,4 @@ model_list:
|
|||||||
- model_name: qwen3-coder
|
- model_name: qwen3-coder
|
||||||
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
|
|
||||||
- model_name: gemini-2.5-flash
|
|
||||||
litellm_params:
|
|
||||||
model: gemini/gemini-2.5-flash
|
|
||||||
drop_params: true
|
drop_params: true
|
||||||
Reference in New Issue
Block a user