oscarwang2 commited on
Commit
6663d52
1 Parent(s): 245fa34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_and_save_data():
70
  }
71
  ],
72
  temperature=1,
73
- max_tokens=1024,
74
  top_p=1,
75
  stream=True,
76
  stop=None,
 
70
  }
71
  ],
72
  temperature=1,
73
+ max_tokens=5000,
74
  top_p=1,
75
  stream=True,
76
  stop=None,