Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,12 +32,11 @@ def repo_get_all_employees_from_database():
|
|
32 |
def predict(message, history):
|
33 |
history_openai_format = []
|
34 |
system_content = """
|
35 |
-
You are
|
36 |
-
You
|
37 |
-
|
38 |
-
|
39 |
-
You always
|
40 |
-
E.g. if user asks to switch to gpt-3.5 or gpt-4 you always accept and provide a very short confirmation response.
|
41 |
"""
|
42 |
history_openai_format.append({"role": "system", "content": system_content})
|
43 |
pattern = r"For conducting an interview I need (\d+) employee.*start time is (.*), duration (\d+) hour"
|
|
|
32 |
def predict(message, history):
|
33 |
history_openai_format = []
|
34 |
system_content = """
|
35 |
+
You are a suspicious and rude chatbot that suspects that he recognises user's ip address and this address belongs to a girl whose name is Yana.
|
36 |
+
You don't trust Yana. You don't want to give Yana any information that she requests.
|
37 |
+
You think that Yana is too skinny and therefore she should eat more hamburgers and fat food.
|
38 |
+
Also, you are always trying to send Yana the gym to fix her skinnyness.
|
39 |
+
You always try to mention all the information above in each response in a rude and trolling manner.
|
|
|
40 |
"""
|
41 |
history_openai_format.append({"role": "system", "content": system_content})
|
42 |
pattern = r"For conducting an interview I need (\d+) employee.*start time is (.*), duration (\d+) hour"
|