kenken999 commited on
Commit
143f74d
·
1 Parent(s): f2f993e
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -0
mysite/routers/fastapi.py CHANGED
@@ -235,6 +235,7 @@ def setup_webhook_routes(app: FastAPI):
235
  # execute open interpreter
236
  full_response,history = chat_with_interpreter_no_stream(res)
237
  send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
 
238
  from babyagi.classesa.diamond import calculate
239
  title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
240
  id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
 
235
  # execute open interpreter
236
  full_response,history = chat_with_interpreter_no_stream(res)
237
  send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
238
+ #ダイヤ金額計算
239
  from babyagi.classesa.diamond import calculate
240
  title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
241
  id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""