chansung commited on
Commit
2e483f3
·
1 Parent(s): c1c3fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def chat_stream(
29
  instruction_prompt = generate_prompt(instruction, state_chatbot, context)
30
  bot_response = model(
31
  instruction_prompt,
32
- max_tokens=256,
33
  temperature=1,
34
  top_p=0.9
35
  )
 
29
  instruction_prompt = generate_prompt(instruction, state_chatbot, context)
30
  bot_response = model(
31
  instruction_prompt,
32
+ max_tokens=128,
33
  temperature=1,
34
  top_p=0.9
35
  )