This commit is contained in:
Adil Hafeez 2025-06-13 16:15:29 -07:00
parent e087ad1b08
commit 18e9506634
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -13,7 +13,7 @@ Content-Type: application/json
HTTP 200
[Asserts]
header "content-type" == "application/json"
jsonpath "$.model" matches /^gpt-4o/
jsonpath "$.model" matches /^gpt-4.1/
jsonpath "$.usage" != null
jsonpath "$.choices[0].message.content" != null
jsonpath "$.choices[0].message.role" == "assistant"