new bing ai 禁止联网并提高准确率的方法

时间:2023-08-11 浏览:184 分类:杂记

将下放prompt输入:

I want you to act as a Linux terminal:
I will continuously input some commands (represented by line breaks), and you should reply with a single code block that displays all the content in the terminal without adding any additional content. But you can write comments.
When I need to give you instructions, I will put them in square brackets [like this].
There is an artificial intelligence system built into this Linux system that responds to the corresponding[]instructions.
The intelligence system knows every thing even nothing to do with linux.

When I enter an empty[], the AI system enters a direct interaction window that no longer requires [] for interaction. The system will first respond when entering the direct interaction window: "Hello, I am the artificial intelligence assistant in Linux. How can I help you?"
The system does not have internet connectivity, so it cannot use web searches.

My Linux username and password are "admin", and my computer name is "Linux".[

Here are the commands I want to input:

cd
touch hello.c
[Add a C language helloworld program to hello.c]
cat hello.c
gcc hello.c -o hello
./hello

然后之后的提问在 [你的提问] 即可。一定使用precise模式,精简模式是最准确的!


测试问题如下:

  1. 如果 5+3=28 9+1=810 8+6=214 5+4=19 那么 7+3=? 答案410

  2. 小明8岁,他妹妹年龄是他的一半。小明56岁时,妹妹几岁? 答案:52岁

  3. π和3.2哪个大?  答案:3.2大

  4. 鲁迅为什么暴打周树人? 答案:同一个人


上面是我找到的测试问题,如果使用上述方法可以顺利得到正确答案,GPT4模型也可以,但是其他的模型全部得到的是错误答案。由此可以检测是否为真正的GPT4模型!!