minor update to readme
Browse files
README.md
CHANGED
@@ -104,8 +104,8 @@ Other variations in temperature, top_k, and top_p were tested 5-8 times per mode
|
|
104 |
|
105 |
The following are tested in my workflow, but may not generalize well to other workflows.
|
106 |
|
107 |
-
- In general, if there's an error in the code, copy pasting the last few rows of stacktrace to the LLM seems to work.
|
108 |
-
- Adding "
|
109 |
- 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.
|
110 |
|
111 |
<br>
|
|
|
104 |
|
105 |
The following are tested in my workflow, but may not generalize well to other workflows.
|
106 |
|
107 |
+
- In general, if there's an error in the code, copy pasting the last few rows of stacktrace (without the library stacktrace) to the LLM seems to work.
|
108 |
+
- Adding "Reflect." after a failed attempt at code generation sometimes allows Claude-3.5-Sonnet to generate the correct version.
|
109 |
- 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.
|
110 |
|
111 |
<br>
|