kenken999 commited on
Commit
818265e
1 Parent(s): 8de5dba
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -2
mysite/routers/fastapi.py CHANGED
@@ -237,8 +237,8 @@ def setup_webhook_routes(app: FastAPI):
237
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
238
  # execute open interpreter
239
  #########################################################################
240
- #full_response,history = chat_with_interpreter_no_stream(res)
241
- #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
242
  #########################################################################
243
  #ダイヤ金額計算
244
  from babyagi.classesa.diamond import calculate
 
237
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
238
  # execute open interpreter
239
  #########################################################################
240
+ full_response,history = chat_with_interpreter_no_stream(res)
241
+ send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
242
  #########################################################################
243
  #ダイヤ金額計算
244
  from babyagi.classesa.diamond import calculate