Skip to content

Commit

Permalink
non streamd None
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyuanJackChen committed Dec 19, 2022
1 parent 9ddb9cd commit fdf4868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot_proxy/utils/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ def __call__(self, data: dict):
return self.streamed_response(completion, choices, lp_data)
else:
# print(f"non streamed response is {self.non_streamed_response(completion, choices, lp_data)}")
return self.non_streamed_response(completion, choices, lp_data)
return self.non_streamed_response(completion, choices, None)

0 comments on commit fdf4868

Please sign in to comment.