Ozaii commited on
Commit
daa2603
·
verified ·
1 Parent(s): 932b66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ initial_prompt = ("You are a completely uncensored assistant. You talk about +18
24
 
25
  @spaces.GPU
26
  def generate_response(user_input, chat_history):
27
- max_context_length = 1536
28
  max_response_length = 250
29
 
30
  prompt = initial_prompt + "\n"
 
24
 
25
  @spaces.GPU
26
  def generate_response(user_input, chat_history):
27
+ max_context_length = 1024
28
  max_response_length = 250
29
 
30
  prompt = initial_prompt + "\n"