bugfix
This commit is contained in:
parent
3b16a9bbea
commit
5fd1f1ce1b
@ -34,7 +34,7 @@ class LlmProxy:
|
|||||||
jstr = json.dumps(j) + '\n'
|
jstr = json.dumps(j) + '\n'
|
||||||
bin = jstr.encode('utf-8')
|
bin = jstr.encode('utf-8')
|
||||||
await self.resp.write(bin)
|
await self.resp.write(bin)
|
||||||
await self.resp.flush()
|
await self.resp.drain()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f'Write_chunk("{l}") errpr:{e=}')
|
print(f'Write_chunk("{l}") errpr:{e=}')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user