mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 02:02:18 +00:00
feat add sambanova safety adaptor
This commit is contained in:
parent
8783dd8162
commit
ed0d5a4df1
10 changed files with 165 additions and 9 deletions
|
|
@ -28,6 +28,7 @@ class BedrockSafetyAdapter(Safety, ShieldsProtocolPrivate):
|
|||
def __init__(self, config: BedrockSafetyConfig) -> None:
|
||||
self.config = config
|
||||
self.registered_shields = []
|
||||
self.test = 2
|
||||
|
||||
async def initialize(self) -> None:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue