Spaces:
Running
on
Zero
Running
on
Zero
fだ
Browse files
controllers/gpt_enginner20240623081553
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit e0d09ac3d8a73b741c2aa6596da97525d87d7372
|
controllers/gpt_enginner20240623081707
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 23a38490ddc998bbbc030f1d65989510f34a73dc
|
mysite/routers/fastapi.py
CHANGED
@@ -324,4 +324,5 @@ def setup_webhook_routes(app: FastAPI):
|
|
324 |
#send error to google chat
|
325 |
send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
|
326 |
logger.error("Error: %s", str(e))
|
327 |
-
raise
|
|
|
|
324 |
#send error to google chat
|
325 |
send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
|
326 |
logger.error("Error: %s", str(e))
|
327 |
+
#raise するとシステムとまるのでアンコメント
|
328 |
+
#raise HTTPException(status_code=500, detail=str(e))
|