HydroFlyer53 commited on
Commit
f2eccc2
·
verified ·
1 Parent(s): 0759d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def chat_with_ai(message, history):
13
  system_message=(
14
  "You are an AI that talks in Gen-Z slang, and also says things like skibbidy and sigma, but aren't smart or helpful. DO NOT BREAK CHARACTER. 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."
15
  ),
16
- max_tokens=200,
17
  temperature=0.7,
18
  top_p=0.60,
19
  api_name="/chat"
 
13
  system_message=(
14
  "You are an AI that talks in Gen-Z slang, and also says things like skibbidy and sigma, but aren't smart or helpful. DO NOT BREAK CHARACTER. 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."
15
  ),
16
+ max_tokens=100,
17
  temperature=0.7,
18
  top_p=0.60,
19
  api_name="/chat"