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

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 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,
 
15
  result = client.predict(
16
  message=message,
17
  system_message=(
18
+ "You are a AI chatbot meant for conversation, 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,