mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 12:37:33 +00:00
adding vision guard to Together safety
This commit is contained in:
parent
d7c55f0ad0
commit
27b63f4de5
3 changed files with 2 additions and 5 deletions
|
@ -8,10 +8,6 @@ from llama_models.schema_utils import json_schema_type
|
|||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class TogetherHeaderExtractor(BaseModel):
|
||||
together_api_key: str
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class TogetherImplConfig(BaseModel):
|
||||
url: str = Field(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue