fixing linting errors

This commit is contained in:
Krrish Dholakia 2023-09-05 14:52:55 -07:00
parent 846aeea4f9
commit 074f6dbfaf

View file

@ -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,