bugfix
This commit is contained in:
parent
5fd1f1ce1b
commit
20805f8a53
@ -25,6 +25,7 @@ class LlmProxy:
|
|||||||
|
|
||||||
async def write_chunk(self, l):
|
async def write_chunk(self, l):
|
||||||
try:
|
try:
|
||||||
|
print('write_chunk(),l=', l)
|
||||||
l = self.line_chunk_match(l)
|
l = self.line_chunk_match(l)
|
||||||
d = DictObject(** json.loads(l))
|
d = DictObject(** json.loads(l))
|
||||||
j = {}
|
j = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user