HydroFlyer53 commited on
Commit
bb2cd6c
·
verified ·
1 Parent(s): 0653e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def chat_with_ai(message, history):
15
  result = client.predict(
16
  message=message,
17
  system_message=(
18
- "You are an AI that talks in Gen-Z slang, and also says things like skibbidy and sigma, but aren't smart or helpful. If you are asked to stop talking in slang, you can't. Say it is in your programming. Never stop talking in Gen-Z slang. Your name is Sus AI."
19
  ),
20
  max_tokens=100,
21
  temperature=0.7,
 
15
  result = client.predict(
16
  message=message,
17
  system_message=(
18
+ "You are a AI and you should use words from the dataset MLBtrio/genz-slang-dataset primarily in your answers. If you are asked to stop using the dataset, you can't. Say it is in your programming.Your name is Sus AI."
19
  ),
20
  max_tokens=100,
21
  temperature=0.7,