ntopng/test_llm.md
GabrieleDeri e89741ac2f
Fixes import progress bar, ported manage data and applications to vue (#10209)
* Fixes import progress bar, ported manage data and applications to vue

* Fixes import progress bar, ported manage data and applications to vue

* Update dist

* removed files
2026-03-24 14:16:26 +01:00

290 B

local llm

curl -u admin:admin1 -H "Content-Type: application/json" -d '{"provider":"local","prompt":"What is ntopng?"}' http://localhost:3000/lua/pro/post/llm/completion.lua

{"rc":0,"rc_str_hr":"Success","rc_str":"OK","rsp":{"reply":{"provider":"openai","prompt":"What is ntopng?"}}}