From 074f6dbfaf462df44c9deeaff5b680a241c9b973 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 5 Sep 2023 14:52:55 -0700 Subject: [PATCH] fixing linting errors --- litellm/llms/huggingface_restapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/huggingface_restapi.py b/litellm/llms/huggingface_restapi.py index 88cc71c5a7..cb1eb0152f 100644 --- a/litellm/llms/huggingface_restapi.py +++ b/litellm/llms/huggingface_restapi.py @@ -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,