This commit is contained in:
somebody
2023-04-15 13:17:20 -05:00
parent 4dcf570407
commit d3a73aaeba
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class APIException(Exception):
class APIInferenceModel(InferenceModel):
def __init__(self, base_url: str = "http://localhost:5000") -> None:
def __init__(self, base_url: str) -> None:
super().__init__()
self.base_url = base_url