fixing linting errors
This commit is contained in:
parent
846aeea4f9
commit
074f6dbfaf
@ -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…
Reference in New Issue
Block a user