mirror of
https://github.com/katanemo/plano.git
synced 2026-05-02 20:32:42 +02:00
release 0.3.2 (#507)
This commit is contained in:
parent
0d6e06dfec
commit
7baec20772
20 changed files with 153 additions and 132 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ Content-Type: application/json
|
|||
HTTP 200
|
||||
[Asserts]
|
||||
header "content-type" matches /text\/event-stream/
|
||||
body matches /^data: .*?gpt-4o.*?\n/
|
||||
body matches /^data: .*?gpt-4.1.*?\n/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue