clarify discovery
Browse files
README.md
CHANGED
|
@@ -105,7 +105,7 @@ The following are tested in my workflow, but may not generalize well to other wo
|
|
| 105 |
|
| 106 |
- In general, if there's an error in the code, copy pasting the last few rows of stacktrace to the LLM seems to work.
|
| 107 |
- Adding "Now, reflect." after a failed attempt at code generation sometimes allows Claude-3.5-Sonnet to generate the correct version.
|
| 108 |
-
- If GPT-4o reasons correctly in its first response and the conversation is then
|
| 109 |
|
| 110 |
<br>
|
| 111 |
|
|
|
|
| 105 |
|
| 106 |
- In general, if there's an error in the code, copy pasting the last few rows of stacktrace to the LLM seems to work.
|
| 107 |
- Adding "Now, reflect." after a failed attempt at code generation sometimes allows Claude-3.5-Sonnet to generate the correct version.
|
| 108 |
+
- If GPT-4o reasons correctly in its first response and the conversation is then continued with GPT-4-mini, the mini model can maintain comparable level of reasoning/accuracy as GPT-4o.
|
| 109 |
|
| 110 |
<br>
|
| 111 |
|