Spaces:
Running
on
Zero
Running
on
Zero
trte
Browse files
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 類似度"""
|