We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f6fc2 commit 6dc020bCopy full SHA for 6dc020b
README.md
@@ -211,7 +211,7 @@ response = client.chat.completions.create(
211
| Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses |
212
| PV Game | `pvg` | Applies a prover-verifier game approach at inference time |
213
| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
214
-| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainy of tokens during generation |
+| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainty of tokens during generation |
215
216
## Implemented plugins
217
0 commit comments