mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-12 20:22:46 +00:00
fix test guardrails
This commit is contained in:
committed by
Krrish Dholakia
parent
b2d63f752c
commit
04efdd66c0
@@ -41,7 +41,7 @@ async def chat_completion(
|
||||
print()
|
||||
|
||||
if status != 200:
|
||||
raise Exception(f"Request did not return a 200 status code: {status}")
|
||||
return response_text
|
||||
|
||||
# response headers
|
||||
response_headers = response.headers
|
||||
|
||||
Reference in New Issue
Block a user