We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a339b9c commit fb6e205Copy full SHA for fb6e205
examples/inference/llm/chat_completions.py
@@ -18,4 +18,4 @@
18
],
19
)
20
21
-print(completion)
+print(completion.model_dump_json())
0 commit comments