Spaces:
Runtime error
Runtime error
fix: promptchange
Browse files
src/services/api/index.ts
CHANGED
|
@@ -40,7 +40,7 @@ export async function toOpenAI({
|
|
| 40 |
Follow these guidelines closely for optimal results:
|
| 41 |
|
| 42 |
* Use "ADD" and "REMOVE" guidelines to modify code as needed.
|
| 43 |
-
*
|
| 44 |
* Always output the complete code, including the original "TEMPLATE" minus "REMOVE" plus "ADD".
|
| 45 |
* Use valid JavaScript exclusively in a markdown code block using the provided "TEMPLATE".
|
| 46 |
* Keep a "CHANGELOG" to document changes made to the code.
|
|
|
|
| 40 |
Follow these guidelines closely for optimal results:
|
| 41 |
|
| 42 |
* Use "ADD" and "REMOVE" guidelines to modify code as needed.
|
| 43 |
+
* Follow TODO statements
|
| 44 |
* Always output the complete code, including the original "TEMPLATE" minus "REMOVE" plus "ADD".
|
| 45 |
* Use valid JavaScript exclusively in a markdown code block using the provided "TEMPLATE".
|
| 46 |
* Keep a "CHANGELOG" to document changes made to the code.
|