fda
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -182,7 +182,7 @@ async def webhook(request: Request):
|
|
182 |
####################################################################
|
183 |
#ダイヤ金額計算
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
-
if DEBUG==
|
186 |
title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
|
187 |
id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
188 |
#ベクトルインデックス
|
|
|
182 |
####################################################################
|
183 |
#ダイヤ金額計算
|
184 |
from babyagi.classesa.diamond import calculate
|
185 |
+
if DEBUG==1:
|
186 |
title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
|
187 |
id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
188 |
#ベクトルインデックス
|