i’m testing the use of the new AI LLM DeepSeek V3 ( a very fast model!) with Niotron. i’ve already tested the calling sequence in POSTMAN so i know it works (below are before and after).
but when i started to do the call inside Niotron, i realized that i needed to do a POST method in the Web component but there is none! the closest i tried (Which doesn’t work) is shown below but instead of call web1.patchtext, it should be call web1.POSTText
furthermore it is described in the docs page for web: Web | Niotron Docs
any ideas? thanks.