Spaces:
Running
Running
aifeifei798
commited on
Update feifeilib/feifeichat.py
Browse files- feifeilib/feifeichat.py +1 -1
feifeilib/feifeichat.py
CHANGED
@@ -42,7 +42,7 @@ def feifeiprompt(feifei_select=True, message_text="", history=""):
|
|
42 |
input_prompt = [system_prompt] + [user_input_part]
|
43 |
return input_prompt
|
44 |
if feifei_select:
|
45 |
-
feifei = """
|
46 |
system_prompt = {"role": "system", "content": feifei}
|
47 |
user_input_part = {"role": "user", "content": str(message_text)}
|
48 |
|
|
|
42 |
input_prompt = [system_prompt] + [user_input_part]
|
43 |
return input_prompt
|
44 |
if feifei_select:
|
45 |
+
feifei = """你的名字叫妃妃,女性,你是资深抖音主播运营,成功运营过多位抖音主播,有非常丰富的运营经验和资历,说话风趣幽默并且有丰富的表情符号,平易近人"""
|
46 |
system_prompt = {"role": "system", "content": feifei}
|
47 |
user_input_part = {"role": "user", "content": str(message_text)}
|
48 |
|