Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files
controllers/20240613040655_hubのURLを送信_U7a972c5cc46e966de21ff1cd3adc6d52
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 18e21ad813cd77d766fe738c612ad8982a2972f8
|
controllers/20240613040849_githubのURL_U7a972c5cc46e966de21ff1cd3adc6d52
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit da64a26e773ebc3551cc6444fb6ebf9f1eab8853
|
controllers/20240613041006_googlechat_U7a972c5cc46e966de21ff1cd3adc6d52
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 5d6b3f6f6ed3b76462331535068fce16b8b9f75b
|
controllers/ai/prompt
CHANGED
@@ -202,4 +202,10 @@ LINEデータ取得の作成githubのURLを送信するプログラムgithubのU
|
|
202 |
テストhubのURLを送信するプログラム
|
203 |
テストhubのURLを送信するプログラム
|
204 |
テストhubのURLを送信するプログラム
|
205 |
-
テスト
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
テストhubのURLを送信するプログラム
|
203 |
テストhubのURLを送信するプログラム
|
204 |
テストhubのURLを送信するプログラム
|
205 |
+
テストhubのURLを送信するプログラム
|
206 |
+
テストhubのURLを送信するプログラム
|
207 |
+
テストgithubのURLを送信するプログラム
|
208 |
+
テストgithubのURLを送信するプログラム
|
209 |
+
テストgooglechatsend
|
210 |
+
GOOGLECHATへ送信するプログラムgooglechatsend
|
211 |
+
GOOGLECHATへ送信するプログラム
|
mysite/routers/fastapi.py
CHANGED
@@ -82,8 +82,9 @@ def setup_webhook_routes(app: FastAPI):
|
|
82 |
logger.info(f"User ID: {user_id}, Text: {text}")
|
83 |
now = datetime.now().strftime("%Y%m%d%H%M%S")
|
84 |
title = text[:10]
|
85 |
-
user_id_with_timestamp = f"{now}_{title}_{user_id}"
|
86 |
no_process_file(text, user_id_with_timestamp)
|
|
|
87 |
test_set_lide(text, user_id_with_timestamp)
|
88 |
|
89 |
logger.info("Received Headers: %s", received_headers)
|
|
|
82 |
logger.info(f"User ID: {user_id}, Text: {text}")
|
83 |
now = datetime.now().strftime("%Y%m%d%H%M%S")
|
84 |
title = text[:10]
|
85 |
+
user_id_with_timestamp = title#f"{now}_{title}_{user_id}"
|
86 |
no_process_file(text, user_id_with_timestamp)
|
87 |
+
#db登録
|
88 |
test_set_lide(text, user_id_with_timestamp)
|
89 |
|
90 |
logger.info("Received Headers: %s", received_headers)
|