Spaces:
Sleeping
Sleeping
Commit
·
c230198
1
Parent(s):
00a3aac
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 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 = []
|