forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): add 'supports_assistant_prefill' to model info map
Closes https://github.com/BerriAI/litellm/issues/4881
This commit is contained in:
parent
e861d97bf2
commit
19bb95f781
5 changed files with 125 additions and 52 deletions
|
@ -77,6 +77,7 @@ class ModelInfo(TypedDict, total=False):
|
|||
supports_response_schema: Optional[bool]
|
||||
supports_vision: Optional[bool]
|
||||
supports_function_calling: Optional[bool]
|
||||
supports_assistant_prefill: Optional[bool]
|
||||
|
||||
|
||||
class GenericStreamingChunk(TypedDict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue