plano/function_resolver/test/test_envoy_cluster.sh

6 lines
195 B
Bash
Raw Normal View History

PORT="${PORT:-8001}"
echo localhost:$PORT/bolt_fc_1b/v1/chat/completions
curl -v -H "content-type: application/json" -XPOST localhost:$PORT/bolt_fc_1b/v1/chat/completions -d @test_payload.json