mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
fix model name
This commit is contained in:
parent
d785e8af8e
commit
809b985ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Content-Type: application/json
|
||||||
HTTP 200
|
HTTP 200
|
||||||
[Asserts]
|
[Asserts]
|
||||||
header "content-type" == "application/json"
|
header "content-type" == "application/json"
|
||||||
jsonpath "$.model" matches /^o4-mini/
|
jsonpath "$.model" matches /^gpt-4o/
|
||||||
jsonpath "$.usage" != null
|
jsonpath "$.usage" != null
|
||||||
jsonpath "$.choices[0].message.content" != null
|
jsonpath "$.choices[0].message.content" != null
|
||||||
jsonpath "$.choices[0].message.role" == "assistant"
|
jsonpath "$.choices[0].message.role" == "assistant"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue