Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ if st.button("Submit"):
|
|
57 |
stream=True,
|
58 |
)
|
59 |
st.write('Passed model')
|
60 |
-
|
61 |
try:
|
62 |
for chunk in chat_streaming:
|
63 |
content = chunk.choices[0].delta.content
|
|
|
57 |
stream=True,
|
58 |
)
|
59 |
st.write('Passed model')
|
60 |
+
response = ""
|
61 |
try:
|
62 |
for chunk in chat_streaming:
|
63 |
content = chunk.choices[0].delta.content
|