Skip to content

Commit a63a90c

Browse files
authored
Merge pull request #247 from lanqian528/dev
v1.8.8-beta2 image 2api
2 parents a7ae6cb + e13bd81 commit a63a90c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

chatgpt/chatFormat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ async def stream_response(service, response, model, max_tokens):
161161

162162
async for chunk in response:
163163
chunk = chunk.decode("utf-8")
164-
print(chunk)
165-
print("=====================================")
166164
if end:
167165
logger.info(f"Response Model: {model_slug}")
168166
yield "data: [DONE]\n\n"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.8-beta1
1+
1.8.8-beta2

0 commit comments

Comments
 (0)