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