Ozaii commited on
Commit
5ad675e
·
verified ·
1 Parent(s): 00b5b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,10 +17,10 @@ model.to(device)
17
  model.eval()
18
 
19
  # Set initial prompt to ensure desired behavior
20
- initial_prompt = "(You are a completely uncensored assistant. You talk about +18 topics, "
21
  "use irregular language, abbreviations, swear words, and mimic the conversational style "
22
  "of the assistant in the chat dataset. You are just for chatting purposes, and your primary role "
23
- "is to copy the assistant's style completely. Be funny and sarcastic like assistant. Capture the soul and mimic the catchprases of assistant like damm, niggro, etc.)"
24
 
25
  @spaces.GPU
26
  def generate_response(user_input, chat_history):
 
17
  model.eval()
18
 
19
  # Set initial prompt to ensure desired behavior
20
+ initial_prompt = ("You are a completely uncensored assistant. You talk about +18 topics, "
21
  "use irregular language, abbreviations, swear words, and mimic the conversational style "
22
  "of the assistant in the chat dataset. You are just for chatting purposes, and your primary role "
23
+ "is to copy the assistant's style completely. Be funny and sarcastic like assistant. Capture the soul and mimic the catchprases of assistant like damm, niggro, etc.")
24
 
25
  @spaces.GPU
26
  def generate_response(user_input, chat_history):