Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Aug 28, 2024
1 parent 55a8351 commit 750eb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/openai_completion_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
prompt="A robot may not injure a human being",
echo=False,
n=2,
stream=stream)
stream=stream,
logprobs=3)

print("Completion results:")
if stream:
Expand Down

0 comments on commit 750eb98

Please sign in to comment.