Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ if ask:
|
|
198 |
logger.info(f"answer: {answer}")
|
199 |
except Exception as exc:
|
200 |
logger.error(exc)
|
201 |
-
if "<empty message>" in
|
202 |
_ = " (invalid api key?)"
|
203 |
else:
|
204 |
_ = ""
|
|
|
198 |
logger.info(f"answer: {answer}")
|
199 |
except Exception as exc:
|
200 |
logger.error(exc)
|
201 |
+
if "<empty message>" in str(exc):
|
202 |
_ = " (invalid api key?)"
|
203 |
else:
|
204 |
_ = ""
|