Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -190,7 +190,8 @@ def setup_webhook_routes(app: FastAPI):
|
|
190 |
print(yyyymmddhis)
|
191 |
print("---------------------------------------------")
|
192 |
print(res)
|
193 |
-
no_process_file("下記のコードをdjangoで作成"+res, "gpt_enginner"+ yyyymmddhis)
|
|
|
194 |
full_response,history = chat_with_interpreter(res)
|
195 |
send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
|
196 |
|
|
|
190 |
print(yyyymmddhis)
|
191 |
print("---------------------------------------------")
|
192 |
print(res)
|
193 |
+
res_no_process = no_process_file("下記のコードをdjangoで作成"+res, "gpt_enginner"+ yyyymmddhis)
|
194 |
+
|
195 |
full_response,history = chat_with_interpreter(res)
|
196 |
send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
|
197 |
|