Skip to content

Commit b1ac2df

Browse files
authored
Merge branch 'openai_api_chat_correctness' into openai_api_compatibility
2 parents cab557c + d90e33b commit b1ac2df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ def chunk_processor(chunked_completion_generator):
7575
next_tok = ""
7676
print(next_tok, end="", flush=True)
7777
yield f"data:{json.dumps(_del_none(asdict(chunk)))}\n\n"
78-
# wasda = json.dumps(asdict(chunk))
79-
# print(wasda)
80-
# yield wasda
8178

8279
resp = Response(
8380
chunk_processor(gen.chunked_completion(req)),

0 commit comments

Comments
 (0)