chatgml+langchat+paraformer[modelscope]+node-red , 实现本机的自然语言对话小型知识库
chatgml+langchat+paraformer[modelscope]+node-red , 实现本机的自然语言对话小型知识库
[{"id":"12b660d5b2838a64","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"6f4ce8efa4ce9fe3","type":"ui_microphone","z":"12b660d5b2838a64","name":"","group":"350acfd6ce6ad81f","order":0,"width":0,"height":0,"maxLength":5,"maxRecogLength":5,"timeslice":0,"press":"click","mode":"audio","interimResults":false,"x":110,"y":60,"wires":[["4e42e2a5074d836a"]]},{"id":"4e42e2a5074d836a","type":"file","z":"12b660d5b2838a64","name":"","filename":"d:\\a.wav","filenameType":"str","appendNewline":false,"createDir":false,"overwriteFile":"true","encoding":"none","x":280,"y":60,"wires":[["fe62fdbdab12d626"]]},{"id":"3f91d965d82e689f","type":"tcp in","z":"12b660d5b2838a64","name":"","server":"client","host":"127.0.0.1","port":"65432","datamode":"stream","datatype":"buffer","newline":"","topic":"","trim":false,"base64":false,"tls":"","x":130,"y":180,"wires":[["81f6fccd3ca6d55d"]]},{"id":"3c0377f99df0022c","type":"tcp out","z":"12b660d5b2838a64","name":"","host":"","port":"","beserver":"reply","base64":false,"end":false,"tls":"","x":1050,"y":60,"wires":[]},{"id":"855161a24c3f29a5","type":"debug","z":"12b660d5b2838a64","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":560,"y":140,"wires":[]},{"id":"8b0b3ea9e6b76655","type":"inject","z":"12b660d5b2838a64","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ASDFASDF","payloadType":"str","x":450,"y":100,"wires":[["a35e93279f065782"]]},{"id":"81f6fccd3ca6d55d","type":"function","z":"12b660d5b2838a64","name":"function 1","func":"const message = msg.payload.toString('utf8');\nmsg.payload = message;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":320,"y":180,"wires":[["855161a24c3f29a5","9a064d2399f74a76"]]},{"id":"48988a79be3767ab","type":"http request","z":"12b660d5b2838a64","name":"","method":"POST","ret":"txt","paytoqs":"ignore","url":"http://127.0.0.1:7861/chat/chat","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":670,"y":180,"wires":[["cd4e8505da8f1863","1ee893483a5b92c4"]]},{"id":"ecefd1c57d2ee6af","type":"inject","z":"12b660d5b2838a64","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":360,"y":240,"wires":[["9a064d2399f74a76"]]},{"id":"9a064d2399f74a76","type":"function","z":"12b660d5b2838a64","name":"function 2","func":"msg.payload = {\n \"query\": msg.payload+\",回答简短一点,10个字以内\",\n \"conversation_id\": \"\",\n \"stream\": false,\n \"model_name\": \"chatglm3-6b\",\n \"temperature\": 0.7,\n \"max_tokens\": 0,\n \"prompt_name\": \"default\"\n};\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":500,"y":180,"wires":[["48988a79be3767ab"]]},{"id":"cd4e8505da8f1863","type":"debug","z":"12b660d5b2838a64","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1120,"y":280,"wires":[]},{"id":"fe62fdbdab12d626","type":"delay","z":"12b660d5b2838a64","name":"","pauseType":"delay","timeout":"4","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":440,"y":60,"wires":[["0527faf668c0157c"]]},{"id":"1ee893483a5b92c4","type":"function","z":"12b660d5b2838a64","name":"function 3","func":"msg.payload = msg.payload.replace(\"data:\",\"\");\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":880,"y":180,"wires":[["c91c801a7e19d310","cd4e8505da8f1863"]]},{"id":"c91c801a7e19d310","type":"json","z":"12b660d5b2838a64","name":"","property":"payload","action":"","pretty":false,"x":1030,"y":180,"wires":[["cd4e8505da8f1863","030207b2f9c7cba4"]]},{"id":"39b1271124af7cb6","type":"ui_audio","z":"12b660d5b2838a64","name":"","group":"350acfd6ce6ad81f","voice":"Microsoft Yaoyao - Chinese (Simplified, PRC)","always":true,"x":1560,"y":180,"wires":[]},{"id":"030207b2f9c7cba4","type":"change","z":"12b660d5b2838a64","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.text","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":1200,"y":180,"wires":[["ab04dce6d76941e9"]]},{"id":"1fd58dfdde0878ae","type":"inject","z":"12b660d5b2838a64","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"啊,是的","payloadType":"str","x":1240,"y":140,"wires":[["39b1271124af7cb6"]]},{"id":"0527faf668c0157c","type":"function","z":"12b660d5b2838a64","name":"function 4","func":"return {payload: 1}","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":600,"y":60,"wires":[["a35e93279f065782"]]},{"id":"8afe4accb9a3b4af","type":"status","z":"12b660d5b2838a64","name":"","scope":["3f91d965d82e689f"],"x":140,"y":340,"wires":[["c8edda48c8d01755","2429fe13f150e5be"]]},{"id":"c8edda48c8d01755","type":"debug","z":"12b660d5b2838a64","name":"debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":320,"y":340,"wires":[]},{"id":"a35e93279f065782","type":"change","z":"12b660d5b2838a64","name":"","rules":[{"t":"set","p":"_session","pt":"msg","to":"session","tot":"global"}],"action":"","property":"","from":"","to":"","reg":false,"x":830,"y":60,"wires":[["3c0377f99df0022c"]]},{"id":"2429fe13f150e5be","type":"change","z":"12b660d5b2838a64","name":"","rules":[{"t":"set","p":"session","pt":"global","to":"status._session","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":350,"y":400,"wires":[[]]},{"id":"ab04dce6d76941e9","type":"function","z":"12b660d5b2838a64","name":"function 5","func":"msg.payload = \"啊,\"+msg.payload;\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1380,"y":180,"wires":[["39b1271124af7cb6"]]},{"id":"350acfd6ce6ad81f","type":"ui_group","name":"Default","tab":"d0ef98c0b46c764a","order":1,"disp":true,"width":"6","collapse":false,"className":""},{"id":"d0ef98c0b46c764a","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]