From e13bd813dad62ef38b49682bb723d90520dc243b Mon Sep 17 00:00:00 2001 From: lanqian528 <5499636+lanqian528@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:36:21 +0800 Subject: [PATCH] v1.8.8-beta2 image 2api --- chatgpt/chatFormat.py | 2 -- version.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/chatgpt/chatFormat.py b/chatgpt/chatFormat.py index ae15459..7459615 100644 --- a/chatgpt/chatFormat.py +++ b/chatgpt/chatFormat.py @@ -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" diff --git a/version.txt b/version.txt index 599cf33..136089d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.8.8-beta1 \ No newline at end of file +1.8.8-beta2 \ No newline at end of file