feat: migrate Osaka node to full sing-box
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Osaka node model routing.
|
||||
model_list:
|
||||
- model_name: gemini-3.6-flash
|
||||
litellm_params:
|
||||
model: vertex_ai/gemini-3.6-flash
|
||||
vertex_project: os.environ/VERTEXAI_PROJECT
|
||||
vertex_location: os.environ/VERTEXAI_LOCATION
|
||||
|
||||
- model_name: gemini-3.5-flash-lite
|
||||
litellm_params:
|
||||
model: vertex_ai/gemini-3.5-flash-lite
|
||||
vertex_project: os.environ/VERTEXAI_PROJECT
|
||||
vertex_location: os.environ/VERTEXAI_LOCATION
|
||||
|
||||
general_settings:
|
||||
master_key: os.environ/LITELLM_MASTER_KEY
|
||||
Reference in New Issue
Block a user