seawolf2357 commited on
Commit
a66642b
·
verified ·
1 Parent(s): 7204704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def predict(inputs, top_p, temperature, openai_api_key, chat_counter, chatbot=[]
22
  "stream": True,
23
  "presence_penalty": 0,
24
  "frequency_penalty": 0,
25
- "max_tokens": 1000
26
  }
27
 
28
 
 
22
  "stream": True,
23
  "presence_penalty": 0,
24
  "frequency_penalty": 0,
25
+ "max_tokens": 2000
26
  }
27
 
28