NazmulHasanNihal commited on
Commit
d5aef64
1 Parent(s): 024bb9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if prompt := st.chat_input("What is up"):
41
  temperature = 0.5,
42
  top_p = 0.7,
43
  max_tokens = 1024,
44
- stream = true,
45
  )
46
  response_chunks = []
47
  for chunk in stream:
 
41
  temperature = 0.5,
42
  top_p = 0.7,
43
  max_tokens = 1024,
44
+ stream = True,
45
  )
46
  response_chunks = []
47
  for chunk in stream: