Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def get_assistant_aswer(st_model, st_messages, st_temp_value, st_max_tokens):
|
|
66 |
response =+ chunk.choices[0].delta.content
|
67 |
|
68 |
except Exception as e:
|
69 |
-
response = "😵💫 Looks like someone unplugged something
|
70 |
|
71 |
return response
|
72 |
|
|
|
66 |
response =+ chunk.choices[0].delta.content
|
67 |
|
68 |
except Exception as e:
|
69 |
+
response = "😵💫 Looks like someone unplugged something!"
|
70 |
|
71 |
return response
|
72 |
|