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 = {}