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