Skip to content

Commit 30885c6

Browse files
authored
Merge pull request #191 from codelion/codelion-patch-1
Update README.md
2 parents e33f72e + 08d0843 commit 30885c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Check this log file for connection issues, tool execution errors, and other diag
343343

344344
| Approach | Slug | Description |
345345
| ------------------------------------ | ------------------ | ---------------------------------------------------------------------------------------------- |
346-
| Cerebras Planning and Optimization | `cepo` | Combines Best of N, Chain-of-Thought, Self-Reflection, Self-Improvement, and various prompting techniques |
346+
| [Cerebras Planning and Optimization](optillm/cepo) | `cepo` | Combines Best of N, Chain-of-Thought, Self-Reflection, Self-Improvement, and various prompting techniques |
347347
| CoT with Reflection | `cot_reflection` | Implements chain-of-thought reasoning with \<thinking\>, \<reflection> and \<output\> sections |
348348
| PlanSearch | `plansearch` | Implements a search algorithm over candidate plans for solving a problem in natural language |
349349
| ReRead | `re2` | Implements rereading to improve reasoning by processing queries twice |
@@ -359,15 +359,15 @@ Check this log file for connection issues, tool execution errors, and other diag
359359
| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
360360
| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainty of tokens during generation |
361361
| Thinkdeeper | N/A for proxy | Implements the `reasoning_effort` param from OpenAI for reasoning models like DeepSeek R1 |
362-
| AutoThink | N/A for proxy | Combines query complexity classification with steering vectors to enhance reasoning |
362+
| [AutoThink](optillm/autothink) | N/A for proxy | Combines query complexity classification with steering vectors to enhance reasoning |
363363

364364
## Implemented plugins
365365

366366
| Plugin | Slug | Description |
367367
| ----------------------- | ------------------ | ---------------------------------------------------------------------------------------------- |
368-
| System Prompt Learning | `spl` | Implements what [Andrej Karpathy called the third paradigm](https://x.com/karpathy/status/1921368644069765486) for LLM learning, this enables the model to acquire program solving knowledge and strategies |
369-
| Deep Think | `deepthink` | Implements a Gemini-like Deep Think approach using inference time scaling for reasoning LLMs |
370-
| Long-Context Cerebras Planning and Optimization | `longcepo` | Combines planning and divide-and-conquer processing of long documents to enable infinite context |
368+
| [System Prompt Learning](optillm/plugins/spl) | `spl` | Implements what [Andrej Karpathy called the third paradigm](https://x.com/karpathy/status/1921368644069765486) for LLM learning, this enables the model to acquire program solving knowledge and strategies |
369+
| [Deep Think](optillm/plugins/deepthink) | `deepthink` | Implements a Gemini-like Deep Think approach using inference time scaling for reasoning LLMs |
370+
| [Long-Context Cerebras Planning and Optimization](optillm/plugins/longcepo) | `longcepo` | Combines planning and divide-and-conquer processing of long documents to enable infinite context |
371371
| MCP Client | `mcp` | Implements the model context protocol (MCP) client, enabling you to use any LLM with any MCP Server |
372372
| Router | `router` | Uses the [optillm-modernbert-large](https://huggingface.co/codelion/optillm-modernbert-large) model to route requests to different approaches based on the user prompt |
373373
| Chain-of-Code | `coc` | Implements a chain of code approach that combines CoT with code execution and LLM based code simulation |

0 commit comments

Comments
 (0)