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 24152b6 commit 9431c16Copy full SHA for 9431c16
optillm/plugins/spl/prompts.py
@@ -54,16 +54,8 @@
54
55
# Strategy application prompt for system prompt augmentation
56
STRATEGY_APPLICATION_PROMPT = """
57
-Problem-Solving Strategies
58
-
59
The following strategies can help solve the user's query effectively. Use them as guidance when formulating your response:
60
61
-- Find the strategies most relevant to the current problem
62
-- Apply the techniques from these strategies in your solution
63
-- Use the reasoning examples as a guide for your approach
64
65
{strategies_section}
66
67
-You can use <think>...</think> tags to work through your reasoning process before providing the final answer.
68
"""
69
0 commit comments