Skip to content

Commit

Permalink
Merge pull request #105 from eltociear/patch-4
Browse files Browse the repository at this point in the history
docs: update README.md
  • Loading branch information
codelion authored Nov 25, 2024
2 parents 24f6fc2 + 6dc020b commit 7ac44fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ response = client.chat.completions.create(
| Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses |
| PV Game | `pvg` | Applies a prover-verifier game approach at inference time |
| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
| 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 |

## Implemented plugins

Expand Down

0 comments on commit 7ac44fc

Please sign in to comment.