mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix api
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user