You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
347
347
| CoT with Reflection |`cot_reflection`| Implements chain-of-thought reasoning with \<thinking\>, \<reflection> and \<output\> sections |
348
348
| PlanSearch |`plansearch`| Implements a search algorithm over candidate plans for solving a problem in natural language |
349
349
| 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
359
359
| CoT Decoding | N/A for proxy | Implements chain-of-thought decoding to elicit reasoning without explicit prompting |
360
360
| Entropy Decoding | N/A for proxy | Implements adaptive sampling based on the uncertainty of tokens during generation |
361
361
| 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 |
| 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 |
371
371
| MCP Client |`mcp`| Implements the model context protocol (MCP) client, enabling you to use any LLM with any MCP Server |
372
372
| 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 |
373
373
| Chain-of-Code |`coc`| Implements a chain of code approach that combines CoT with code execution and LLM based code simulation |
0 commit comments