nanoppa commited on
Commit
974530a
·
verified ·
1 Parent(s): 5034454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def chat():
63
  "Content-Type":"application/json"
64
  }
65
  data = request.get_json()
66
- stream_flag = data.get('stream', True)
67
 
68
  def generate():
69
  try:
 
63
  "Content-Type":"application/json"
64
  }
65
  data = request.get_json()
66
+ stream_flag = data.get('stream', False)
67
 
68
  def generate():
69
  try: