From 024901492a40d2c12e4aa23fb6104385a436ff90 Mon Sep 17 00:00:00 2001 From: Jush <36951064+JushBJJ@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:52:47 +1000 Subject: [PATCH] chore (Prompt Analysis.md): add code interpreter technique insights --- Prompt Analysis.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Prompt Analysis.md b/Prompt Analysis.md index 18a66a7..282dda6 100644 --- a/Prompt Analysis.md +++ b/Prompt Analysis.md @@ -3,6 +3,22 @@ Mr. Ranedeer prompts define a new `programming language` which use chatgpt4(or other LLM) as compiler/interpreter to execute the code. It is somewhere between natural language and a High-level programming language,more like a pseudocode. +# Manually Enabling Code Interpreter +Mr. Ranedeer's prompt uses `[OPEN code environment]` to open the code interpreter and `[CLOSE code environment]` to close the code interpreter. + +## Preventing result recall +To prevent Mr. Ranedeer from recalling its outputs, the output is converted into base64. + +For example: + +``` +[OPEN code environment] + ... + + +[CLOSE code environment] +``` + # Headers # Functions/Class