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