mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
Add function calling support using bolt-fc-1b (#35)
This commit is contained in:
parent
fdfad87347
commit
7b5203a2ce
39 changed files with 1763 additions and 416 deletions
5
function_resolver/test/test.sh
Normal file
5
function_resolver/test/test.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue