mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +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(
|
def completion(
|
||||||
model: str,
|
model: str,
|
||||||
messages: list,
|
messages: list,
|
||||||
api_base: str,
|
api_base: Optional[str],
|
||||||
model_response: ModelResponse,
|
model_response: ModelResponse,
|
||||||
print_verbose: Callable,
|
print_verbose: Callable,
|
||||||
encoding,
|
encoding,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue