remove chatbot ui

This commit is contained in:
Adil Hafeez 2024-10-30 11:10:30 -07:00
parent 64fe4c0845
commit 05f16346a2

View file

@ -18,13 +18,10 @@ trap 'print_debug' INT TERM ERR
log starting > ../build.log
log building function_callling demo
log building and running function_callling demo
log ===============================
cd ../demos/function_calling
docker compose build -q
log starting the function_calling demo
docker compose up -d
docker compose up api_server --build -d
cd -
log building model server