forked from phoenix/litellm-mirror
Merge pull request #3954 from BerriAI/litellm_simple_request_prioritization
feat(scheduler.py): add request prioritization scheduler
This commit is contained in:
commit
8375e9621c
12 changed files with 612 additions and 149 deletions
|
@ -314,6 +314,8 @@ class LiteLLMParamsTypedDict(TypedDict, total=False):
|
|||
output_cost_per_token: Optional[float]
|
||||
input_cost_per_second: Optional[float]
|
||||
output_cost_per_second: Optional[float]
|
||||
## MOCK RESPONSES ##
|
||||
mock_response: Optional[str]
|
||||
|
||||
|
||||
class DeploymentTypedDict(TypedDict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue