forked from phoenix/litellm-mirror
fix linting issues
This commit is contained in:
parent
dd4ade22ab
commit
8acad78fb3
2 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ async def acompletion(*args, **kwargs):
|
|||
else:
|
||||
return response
|
||||
|
||||
def mock_completion(model: str, messages: List, stream: bool = False, mock_response: str = "This is a mock request", **kwargs):
|
||||
def mock_completion(model: str, messages: List, stream: Optional[bool] = False, mock_response: str = "This is a mock request", **kwargs):
|
||||
"""
|
||||
Generate a mock completion response for testing or debugging purposes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue