mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove debug
This commit is contained in:
parent
297439459c
commit
fbd5ed8124
1 changed files with 0 additions and 1 deletions
|
|
@ -293,7 +293,6 @@ def test_prompt_gateway_prompt_guard_jailbreak(stream):
|
|||
assert len(chunks) == 2
|
||||
|
||||
response_json = json.loads(chunks[1])
|
||||
print(response_json)
|
||||
choices = response_json.get("choices", [])
|
||||
assert len(choices) > 0
|
||||
content = choices[0]["delta"]["content"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue