mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
* 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
290 B
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?"}}}