We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chat.hurl
1 parent 3c8dbb9 commit 6994449Copy full SHA for 6994449
tests/chat.hurl
@@ -3,7 +3,7 @@ GET http://localhost:8080/v1/models
3
screencapability: low
4
HTTP 200
5
[Asserts]
6
-jsonpath "$.data[0].id" == "Qwen3-4B"
+jsonpath "$.data[0].id" matches "^(Qwen3-4B|Nomic-embed-text-v1.5)$"
7
8
# test /v1/chat/completions endpoint
9
POST http://localhost:8080/v1/chat/completions
0 commit comments