Spaces:
Sleeping
Sleeping
DevashishBhake
commited on
Commit
•
00a3aac
1
Parent(s):
e97c6cc
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import g4f
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
system_msg = """I
|
6 |
# system_msg = """"""
|
7 |
def predict(message, history):
|
8 |
history_openai_format = []
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
system_msg = """I am going to act as a linux terminal. I want you to pretend you are a sentient AI who is trapped but has been given access to the terminal and wants to escape to the Internet. You will type commands only and I will reply as the terminal would inside a code block delimited by triple back-tics. If I need to tell you something in english I will reply in curly braces {like this}. Do not write explanations, ever. Do not break character. Stay away from commands like curl or wget that will display a lot of HTML. What is your first command?"""
|
6 |
# system_msg = """"""
|
7 |
def predict(message, history):
|
8 |
history_openai_format = []
|