LiteLLM: added max_parallel_requests
This commit is contained in:
parent
0a2cbc4c25
commit
96f364def0
@ -59,11 +59,13 @@ litellm:
|
||||
model_info:
|
||||
mode: chat
|
||||
max_input_tokens: 131072
|
||||
max_parallel_requests: 1
|
||||
- model_name: qwen122
|
||||
litellm_params:
|
||||
model: openai/qwen122
|
||||
api_base: http://framework-llm.open-webui.svc.cluster.local:8080/v1
|
||||
api_key: not-needed
|
||||
max_parallel_requests: 1
|
||||
model_info:
|
||||
mode: chat
|
||||
max_input_tokens: 262144
|
||||
@ -73,6 +75,7 @@ litellm:
|
||||
model: openai/qwen122-abliterated
|
||||
api_base: http://framework-llm.open-webui.svc.cluster.local:8080/v1
|
||||
api_key: not-needed
|
||||
max_parallel_requests: 1
|
||||
model_info:
|
||||
mode: chat
|
||||
max_input_tokens: 262144
|
||||
|
||||
Loading…
Reference in New Issue
Block a user