mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
migrate stream ws
This commit is contained in:
parent
6b78ade918
commit
7fedcf1ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ class AimGuardrail(CustomGuardrail):
|
|||
)
|
||||
call_id = request_data.get("litellm_call_id")
|
||||
async with connect(
|
||||
f"{self.ws_api_base}/detect/output/ws",
|
||||
f"{self.ws_api_base}/fw/v1/analyze/stream",
|
||||
additional_headers=self._build_aim_headers(
|
||||
hook="output",
|
||||
key_alias=user_api_key_dict.key_alias,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue