update para

This commit is contained in:
zachary62
2025-03-20 17:33:10 -04:00
parent 24782d1af1
commit 3544dd5440
9 changed files with 305 additions and 4 deletions
@@ -0,0 +1,7 @@
# Chain-of-Thought
The simplest implementation is to tell the AI to "think step by step" or to provide examples of step-by-step reasoning in the prompt. This guides the AI to break down its thinking.
Further more thinking models like sonnet 3.7, O1 natively support.
However, we can also simulate without thinking model.