mirror of
https://github.com/lanqian528/chat2api.git
synced 2026-06-05 21:03:53 +08:00
v1.8.8-beta2 image 2api
Some checks failed
Build Docker Image (dev) / main (push) Has been cancelled
Some checks failed
Build Docker Image (dev) / main (push) Has been cancelled
This commit is contained in:
parent
3cc67f003f
commit
e13bd813da
@ -161,8 +161,6 @@ async def stream_response(service, response, model, max_tokens):
|
||||
|
||||
async for chunk in response:
|
||||
chunk = chunk.decode("utf-8")
|
||||
print(chunk)
|
||||
print("=====================================")
|
||||
if end:
|
||||
logger.info(f"Response Model: {model_slug}")
|
||||
yield "data: [DONE]\n\n"
|
||||
|
||||
@ -1 +1 @@
|
||||
1.8.8-beta1
|
||||
1.8.8-beta2
|
||||
Loading…
Reference in New Issue
Block a user