Skip to content

Commit 7ac44fc

Browse files
authored
Merge pull request #105 from eltociear/patch-4
docs: update README.md
2 parents 24f6fc2 + 6dc020b commit 7ac44fc

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
@@ -211,7 +211,7 @@ response = client.chat.completions.create(
211211
| Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses |
212212
| PV Game | `pvg` | Applies a prover-verifier game approach at inference time |
213213
| 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 |
214+
| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainty of tokens during generation |
215215

216216
## Implemented plugins
217217

0 commit comments

Comments
 (0)