master
yumoqing 2024-04-17 15:46:34 +08:00
parent 5fd1f1ce1b
commit 20805f8a53
1 changed files with 1 additions and 0 deletions

View File

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