add input_processor plugin (#3657)

* add input_processor plugin

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
This commit is contained in:
Yuanle Liu
2025-08-28 22:53:57 +08:00
committed by GitHub
parent 02b3644903
commit 4957908275
18 changed files with 232 additions and 146 deletions

View File

@@ -655,7 +655,6 @@ class EngineSevice:
time.sleep(0.005)
continue
for request_id, contents in results.items():
llm_logger.info(f"Send results: {request_id} {contents}")
self.zmq_server.send_multipart(request_id, contents)
except Exception as e: