From 20805f8a53a7240794e5583ef2860a204c762ac0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 17 Apr 2024 15:46:34 +0800 Subject: [PATCH] bugfix --- ahserver/llm_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ahserver/llm_client.py b/ahserver/llm_client.py index 205c575..1ff03d2 100644 --- a/ahserver/llm_client.py +++ b/ahserver/llm_client.py @@ -25,6 +25,7 @@ class LlmProxy: async def write_chunk(self, l): try: + print('write_chunk(),l=', l) l = self.line_chunk_match(l) d = DictObject(** json.loads(l)) j = {}