v1.8.8-beta2 image 2api
Some checks failed
Build Docker Image (dev) / main (push) Has been cancelled

This commit is contained in:
lanqian528 2025-03-28 15:36:21 +08:00
parent 3cc67f003f
commit e13bd813da
2 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -1 +1 @@
1.8.8-beta1
1.8.8-beta2