Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- controllers/gpt_enginner20240619031644 +1 -0
- controllers/gpt_enginner20240619031734 +1 -0
- controllers/gpt_enginner20240619031746 +1 -0
- controllers/gpt_enginner20240619031756 +1 -0
- controllers/gpt_enginner20240619031805 +1 -0
- controllers/gpt_enginner20240619031816 +1 -0
- controllers/gpt_enginner20240619031826 +1 -0
- mysite/routers/fastapi.py +1 -1
controllers/gpt_enginner20240619031644
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 9fdc818dd5eba4aa6e627bde9cf4e469a88705e7
|
controllers/gpt_enginner20240619031734
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit e758aa44aad8d145bf6ed89bc6c9919954f3ca51
|
controllers/gpt_enginner20240619031746
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit d63057582b5ae2fae1c9075b6383e168ff3781fb
|
controllers/gpt_enginner20240619031756
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ed3a048efff4161bdb6e1f433ce7e02a6dccda11
|
controllers/gpt_enginner20240619031805
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit e0c4e01a7d1a147498215fcca4dc026d9e8c0d67
|
controllers/gpt_enginner20240619031816
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 7a1b52a414bcdfb4c02a4916443f2c79fb000023
|
controllers/gpt_enginner20240619031826
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 0379bcf2fa1123116b0c1be93b8b8493b97842af
|
mysite/routers/fastapi.py
CHANGED
@@ -188,7 +188,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
188 |
chat_with_interpreter(res)
|
189 |
|
190 |
#
|
191 |
-
|
192 |
"""
|
193 |
for event in events:
|
194 |
if event["type"] == "message" and event["message"]["type"] == "text":
|
|
|
188 |
chat_with_interpreter(res)
|
189 |
|
190 |
#
|
191 |
+
return
|
192 |
"""
|
193 |
for event in events:
|
194 |
if event["type"] == "message" and event["message"]["type"] == "text":
|