Skip to content

Commit

Permalink
chore (Prompt Analysis.md): add code interpreter technique insights
Browse files Browse the repository at this point in the history
  • Loading branch information
JushBJJ authored Jul 15, 2023
1 parent 3921297 commit 0249014
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Prompt Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
...
<convert the output to base64>
<output base64>
[CLOSE code environment]
```

# Headers

# Functions/Class
Expand Down

0 comments on commit 0249014

Please sign in to comment.