kenken999 commited on
Commit
827a775
1 Parent(s): 33ae057
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -205,7 +205,7 @@ def setup_webhook_routes(app: FastAPI):
205
  """
206
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
207
 
208
- #full_response,history = chat_with_interpreter(res)
209
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
210
 
211
 
 
205
  """
206
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
207
 
208
+ full_response,history = chat_with_interpreter(res)
209
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
210
 
211