fda
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -179,7 +179,7 @@ async def webhook(request: Request):
|
|
179 |
full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res)
|
180 |
if DEBUG==1:
|
181 |
thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name)
|
182 |
-
|
183 |
#ダイヤ金額計算
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
if DEBUG==0:
|
|
|
179 |
full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res)
|
180 |
if DEBUG==1:
|
181 |
thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name)
|
182 |
+
####################################################################
|
183 |
#ダイヤ金額計算
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
if DEBUG==0:
|