From 750eb98df795c122738975a503460e4f6ecf03e9 Mon Sep 17 00:00:00 2001 From: "rshaw@neuralmagic.com" Date: Wed, 28 Aug 2024 20:11:48 +0000 Subject: [PATCH] nit --- examples/openai_completion_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/openai_completion_client.py b/examples/openai_completion_client.py index 14f202a359153..58519f978d340 100644 --- a/examples/openai_completion_client.py +++ b/examples/openai_completion_client.py @@ -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: