feat: add hosted moderation (#1158)
This commit is contained in:
parent
983834cd52
commit
f9082104ed
15 changed files with 240 additions and 69 deletions
|
|
@ -6,4 +6,3 @@ class LLMMessage(BaseModel):
|
|||
prompt_tokens: int = 0
|
||||
completion: str = ''
|
||||
completion_tokens: int = 0
|
||||
latency: float = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue