Remove configurations

This commit is contained in:
Ashwin Bharambe 2024-07-22 16:03:37 -07:00
parent bbfd8a587e
commit acb2a91872
7 changed files with 1 additions and 56 deletions

View file

@ -18,6 +18,7 @@ from .event_logger import EventLogger
class InferenceClient(Inference):
def __init__(self, base_url: str):
print(f"Initializing client for {base_url}")
self.base_url = base_url
async def initialize(self) -> None: