mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
5 lines
170 B
Bash
5 lines
170 B
Bash
PORT="${PORT:-8001}"
|
|
|
|
echo localhost:$PORT/v1/chat/completions
|
|
|
|
curl -H "content-type: application/json" -XPOST localhost:$PORT/v1/chat/completions -d @test_payload.json
|