We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e0ee9 commit 633f87dCopy full SHA for 633f87d
llama_stack/providers/remote/inference/sambanova/sambanova.py
@@ -29,9 +29,3 @@ def __init__(self, config: SambaNovaImplConfig):
29
download_images=True, # SambaNova requires base64 image encoding
30
json_schema_strict=False, # SambaNova doesn't support strict=True yet
31
)
32
-
33
- async def initialize(self):
34
- await super().initialize()
35
36
- async def shutdown(self):
37
- await super().shutdown()
0 commit comments