kenken999 commited on
Commit
0c6ee7c
·
1 Parent(s): 143f74d
Files changed (1) hide show
  1. mysite/routers/fastapi.py +6 -3
mysite/routers/fastapi.py CHANGED
@@ -229,12 +229,15 @@ def setup_webhook_routes(app: FastAPI):
229
 
230
  下記の質問 作成対応内容
231
 
232
- """
 
233
  # excute create program
234
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
235
  # execute open interpreter
236
- full_response,history = chat_with_interpreter_no_stream(res)
237
- send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
 
 
238
  #ダイヤ金額計算
239
  from babyagi.classesa.diamond import calculate
240
  title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
 
229
 
230
  下記の質問 作成対応内容
231
 
232
+ """
233
+ #########################################################################
234
  # excute create program
235
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
236
  # execute open interpreter
237
+ #########################################################################
238
+ #full_response,history = chat_with_interpreter_no_stream(res)
239
+ #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
240
+ #########################################################################
241
  #ダイヤ金額計算
242
  from babyagi.classesa.diamond import calculate
243
  title = f""" ダイヤ予測計算の実行 類似5件表示 {text}