master
yumoqing 2024-04-14 11:17:59 +08:00
parent 1d13ff9e2f
commit 3b16a9bbea
1 changed files with 1 additions and 0 deletions

View File

@ -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=}')