Update app.py
Browse files
app.py
CHANGED
|
@@ -40,6 +40,7 @@ def ask_assistant_stream(st_model, st_messages, st_temp_value, st_max_tokens):
|
|
| 40 |
stream=True,
|
| 41 |
max_tokens=st_max_tokens,
|
| 42 |
)
|
|
|
|
| 43 |
response["stream"] = stream
|
| 44 |
|
| 45 |
except Exception as e:
|
|
|
|
| 40 |
stream=True,
|
| 41 |
max_tokens=st_max_tokens,
|
| 42 |
)
|
| 43 |
+
st.write("success")
|
| 44 |
response["stream"] = stream
|
| 45 |
|
| 46 |
except Exception as e:
|