Spaces:
Running
on
Zero
Running
on
Zero
fだ
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624111439 +1 -0
- controllers/gpt_enginner20240624111658 +1 -0
- mysite/routers/fastapi.py +1 -0
- workspace/hello.py +1 -0
- workspace/start.txt +1 -0
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624111439
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit bd8a226f62deebcf83b93b65df34360f7320d10f
|
controllers/gpt_enginner20240624111658
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 3ccd59c822b8486df22f734974ea5e338727f950
|
mysite/routers/fastapi.py
CHANGED
@@ -298,6 +298,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
298 |
stdout=subprocess.PIPE,
|
299 |
stderr=subprocess.PIPE,
|
300 |
text=True,
|
|
|
301 |
)
|
302 |
#thread_name = send_google_chat_card_thread(webhook_url, title, proc, link_text, link_url,thread_name)
|
303 |
|
|
|
298 |
stdout=subprocess.PIPE,
|
299 |
stderr=subprocess.PIPE,
|
300 |
text=True,
|
301 |
+
shell=True
|
302 |
)
|
303 |
#thread_name = send_google_chat_card_thread(webhook_url, title, proc, link_text, link_url,thread_name)
|
304 |
|
workspace/hello.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
print("Hello, World!")
|
workspace/start.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Hello, World!
|