kenken999 commited on
Commit
b8b8c16
1 Parent(s): a0afeab
controllers/gpt_enginner20240619095837 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 3270f5ba1a9e59cbd93492fdd024c634014d9793
controllers/gpt_enginner20240619095920 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit e118ac2cc0ffc15ac6e7d164508a3a531a108472
mysite/routers/fastapi.py CHANGED
@@ -187,7 +187,9 @@ def setup_webhook_routes(app: FastAPI):
187
  now = datetime.now()
188
  yyyymmddhis = now.strftime('%Y%m%d%H%M%S')
189
 
190
- print(yyyymmddhis)
 
 
191
  no_process_file("下記のコードをdjangoで作成"+res, "gpt_enginner"+ yyyymmddhis)
192
  full_response,history = chat_with_interpreter(res)
193
  send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
 
187
  now = datetime.now()
188
  yyyymmddhis = now.strftime('%Y%m%d%H%M%S')
189
 
190
+ print(yyyymmddhis)
191
+ print("---------------------------------------------")
192
+ print(res)
193
  no_process_file("下記のコードをdjangoで作成"+res, "gpt_enginner"+ yyyymmddhis)
194
  full_response,history = chat_with_interpreter(res)
195
  send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)