mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fixing linting errors
This commit is contained in:
parent
144ce4ec59
commit
aa5d44dccb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def validate_environment(api_key):
|
|||
def completion(
|
||||
model: str,
|
||||
messages: list,
|
||||
api_base: str,
|
||||
api_base: Optional[str],
|
||||
model_response: ModelResponse,
|
||||
print_verbose: Callable,
|
||||
encoding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue