From 809b985ba5803c7cbb14aa28385f07343214f789 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 23 May 2025 00:29:27 -0700 Subject: [PATCH] fix model name --- demos/use_cases/preference_based_routing/hurl_tests/simple.hurl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl b/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl index 517767b6..51f4ac69 100644 --- a/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl +++ b/demos/use_cases/preference_based_routing/hurl_tests/simple.hurl @@ -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"