retronic commited on
Commit
20fa8a3
·
verified ·
1 Parent(s): 2eabcb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -69,4 +69,10 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
69
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
70
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
71
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
72
- SOFTWARE.
 
 
 
 
 
 
 
69
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
70
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
71
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
72
+ SOFTWARE.
73
+
74
+
75
+
76
+ EDIT: 2/13/2026:
77
+
78
+ This is a bit older, I have tested the model and discovered that the system prompt must include this to start thinking: Your response must follow this JSON format. Think step by step.<schema>{'$schema': 'http://json-schema.org/draft-04/schema#', 'type': 'object', 'properties': {'process': {'type': 'string', 'description': 'Detailed problem-solving steps and reasoning'}, 'final_answer': {'type': 'string', 'description': 'Complete response to the query'}}, 'required': ['process', 'final_answer']}