kenken999 commited on
Commit
3a5b78c
1 Parent(s): 1157aa2
Files changed (1) hide show
  1. mysite/routers/fastapi.py +3 -1
mysite/routers/fastapi.py CHANGED
@@ -189,7 +189,9 @@ def setup_webhook_routes(app: FastAPI):
189
 
190
  print(yyyymmddhis)
191
  no_process_file("下記のコードをdjangoで作成"+res, "gpt_enginner"+ yyyymmddhis)
192
- chat_with_interpreter(res)
 
 
193
 
194
  #
195
  #return
 
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)
194
+
195
 
196
  #
197
  #return