fix model name

This commit is contained in:
Adil Hafeez 2025-05-23 00:29:27 -07:00
parent d785e8af8e
commit 809b985ba5
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

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