Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 60ec829

Browse files
chore(docs): remove unnecessary param examples
1 parent bcf315a commit 60ec829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ response = client.inference.batch_chat_completion(
9999
]
100100
],
101101
model_id="model_id",
102-
logprobs={"top_k": 0},
102+
logprobs={},
103103
)
104104
print(response.logprobs)
105105
```

0 commit comments

Comments
 (0)