FredZhang7 commited on
Commit
59c955e
·
verified ·
1 Parent(s): 73ffa45

clarify wc

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ Other variations in temperature, top_k, and top_p were tested 5-8 times per mode
102
  The following are tested in my workflow, but may not generalize well to other workflows.
103
 
104
  - In general, if there's an error in the code, copy pasting the last few rows of stacktrace to the LLM seems to work.
105
- - Adding "Now, reflect." sometimes allows Claude-3.5-Sonnet to generate the correct solution.
106
  - If GPT-4o reasons correctly in its first response and the conversation is then sent to GPT-4-mini, the mini model can maintain comparable level of reasoning/accuracy as GPT-4o.
107
 
108
  <br>
 
102
  The following are tested in my workflow, but may not generalize well to other workflows.
103
 
104
  - In general, if there's an error in the code, copy pasting the last few rows of stacktrace to the LLM seems to work.
105
+ - Adding "Now, reflect." after a failed attempt at code generation sometimes allows Claude-3.5-Sonnet to generate the correct version.
106
  - If GPT-4o reasons correctly in its first response and the conversation is then sent to GPT-4-mini, the mini model can maintain comparable level of reasoning/accuracy as GPT-4o.
107
 
108
  <br>