mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
5 lines
195 B
Bash
5 lines
195 B
Bash
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
|