forked from phoenix/litellm-mirror
fixing linting errors
This commit is contained in:
parent
846aeea4f9
commit
074f6dbfaf
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