DevashishBhake commited on
Commit
c230198
1 Parent(s): 00a3aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import g4f
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 = []
 
2
  import gradio as gr
3
 
4
 
5
+ system_msg = """I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is "I have a dataset without labels. Which machine learning algorithm should I use?""""
6
  # system_msg = """"""
7
  def predict(message, history):
8
  history_openai_format = []