mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Remove configurations
This commit is contained in:
parent
bbfd8a587e
commit
acb2a91872
7 changed files with 1 additions and 56 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue