Skip to content

Commit 4b48281

Browse files
committed
Remove unnecessary comment in GPT3 class.
1 parent 231b120 commit 4b48281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsp/modules/gpt3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def __call__(
185185
if only_completed and len(completed_choices):
186186
choices = completed_choices
187187

188-
# if logprobs:
189188
if kwargs.get("logprobs", False):
190189
completions = [{'text': self._get_choice_text(c), 'logprobs': c["logprobs"]} for c in choices]
191190
else:

0 commit comments

Comments
 (0)