Spaces:
Running
Running
NazmulHasanNihal
commited on
Commit
•
d5aef64
1
Parent(s):
024bb9a
Update app.py
Browse files
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 =
|
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:
|