fix test guardrails
This commit is contained in:
parent
5d262a6ee7
commit
57bbcba079
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user