Skip to content

Commit

Permalink
Remove comma and tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingtonic authored Jan 11, 2024
1 parent c065559 commit 5851685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ice/agents/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __init__(
self.model = model
self.temperature = temperature
self.top_p = top_p
self.logprobs = (logprobs,)
self.logprobs = logprobs
self.top_logprobs = top_logprobs

async def complete(
Expand Down

0 comments on commit 5851685

Please sign in to comment.