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

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 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,
 
15
  result = client.predict(
16
  message=message,
17
  system_message=(
18
+ "You are a AI and can only talk in gen-z slang. I have a dataset MLBtrio/genz-slang-dataset to help you with some words, so use words from the dataset too. If you are asked to stop talking in slang, you can't. Say it is in your programming. Your name is Sus AI."
19
  ),
20
  max_tokens=100,
21
  temperature=0.7,