first commit
This commit is contained in:
13
tests/kustomize/litellm-ingress/configmap-patch.yaml
Normal file
13
tests/kustomize/litellm-ingress/configmap-patch.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- op: replace
|
||||
path: /data/config.yaml
|
||||
value: |
|
||||
model_list:
|
||||
- model_name: qwen
|
||||
litellm_params:
|
||||
model: openai/qwen2-5-7b
|
||||
api_base: os.environ/LITELLM_UPSTREAM_API_BASE
|
||||
api_key: os.environ/LITELLM_UPSTREAM_API_KEY
|
||||
litellm_settings:
|
||||
drop_params: true
|
||||
request_timeout: 600
|
||||
|
||||
Reference in New Issue
Block a user