mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix: fix linting error
This commit is contained in:
parent
cb6e9fbe40
commit
294de31803
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ token: Optional[str] = (
|
|||
None # Not used anymore, will be removed in next MAJOR release - https://github.com/BerriAI/litellm/discussions/648
|
||||
)
|
||||
telemetry = True
|
||||
max_tokens = DEFAULT_MAX_TOKENS # OpenAI Defaults
|
||||
max_tokens: int = DEFAULT_MAX_TOKENS # OpenAI Defaults
|
||||
drop_params = bool(os.getenv("LITELLM_DROP_PARAMS", False))
|
||||
modify_params = False
|
||||
retry = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue