Spaces:
Sleeping
Sleeping
Update app/llm.py
Browse files- app/llm.py +1 -1
app/llm.py
CHANGED
|
@@ -47,7 +47,7 @@ Answer:
|
|
| 47 |
|
| 48 |
if response.status_code != 200:
|
| 49 |
return (
|
| 50 |
-
"
|
| 51 |
f"Model response: {response.status_code}\n\n"
|
| 52 |
"Try again in a moment."
|
| 53 |
)
|
|
|
|
| 47 |
|
| 48 |
if response.status_code != 200:
|
| 49 |
return (
|
| 50 |
+
"I don't feel like talking, come again later.\n\n"
|
| 51 |
f"Model response: {response.status_code}\n\n"
|
| 52 |
"Try again in a moment."
|
| 53 |
)
|