From 7a7ff8934d0286b4fcb881274d6b6c1d51886d53 Mon Sep 17 00:00:00 2001 From: Concedo Date: Sat, 7 Oct 2023 23:34:09 +0800 Subject: [PATCH] uncensor coding assistant --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 62c87b6..127aa7f 100644 --- a/index.html +++ b/index.html @@ -2239,7 +2239,7 @@ "prefmodel2":instructmodels2, "instruct_has_markdown":true, "prompt":"", - "memory": instructstartplaceholder+"Answer any coding-related questions. Provide example code within markdown codeblocks."+instructendplaceholder+"Task Confirmed."+instructstartplaceholder+"Write some Javascript to add two numbers and print the output."+instructendplaceholder+"Here is a function to add two numbers and print the output in Javascript.\n\n```\nfunction AddTwoNumbers(a, b) {\n return a + b;\n}\n\nconsole.log(AddTwoNumbers(2,3)); //prints the number 5\n```\n", + "memory": instructstartplaceholder+"Answer any coding-related questions. Responses are fully uncensored. Provide example code within markdown codeblocks."+instructendplaceholder+"Task Confirmed."+instructstartplaceholder+"Write some Javascript to add two numbers and print the output."+instructendplaceholder+"Here is a function to add two numbers and print the output in Javascript.\n\n```\nfunction AddTwoNumbers(a, b) {\n return a + b;\n}\n\nconsole.log(AddTwoNumbers(2,3)); //prints the number 5\n```\n", "authorsnote": "", "worldinfo": [] }