kenken999 commited on
Commit
ab1e151
·
1 Parent(s): b8cc7e0
controllers/gpt_enginner20240619104800 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit d74427682f05ec3cf66edefb339aabaadd3b2f2c
controllers/gpt_enginner20240619104911 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit c4083a7b22e664754c9474cbd9f068f383b0f8f6
controllers/gpt_enginner20240619104942 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 94416b5b728039494c430ab69308112892f09a71
mysite/routers/fastapi.py CHANGED
@@ -204,7 +204,7 @@ def setup_webhook_routes(app: FastAPI):
204
  """
205
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
206
 
207
- full_response,history = chat_with_interpreter(res)
208
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
209
 
210
 
 
204
  """
205
  res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
206
 
207
+ #full_response,history = chat_with_interpreter(res)
208
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
209
 
210