kenken999 commited on
Commit
05468a2
1 Parent(s): 1ee9534
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -2
mysite/routers/fastapi.py CHANGED
@@ -188,8 +188,8 @@ def setup_webhook_routes(app: FastAPI):
188
  #no_process_file(text, "ai")
189
  #\r\m
190
  from babyagi.classesa.diamond import calculate
191
- title = f""" ダイヤ予測計算の実行 類似5件表示 2.03 Very Good J SI2 \r\m id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
192
- res_calculate = calculate("2.03Very GoodJSI2")
193
  subtitle = res_calculate
194
  link_text = "データを確認する"
195
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
 
188
  #no_process_file(text, "ai")
189
  #\r\m
190
  from babyagi.classesa.diamond import calculate
191
+ title = f""" ダイヤ予測計算の実行 類似5件表示 {promps} \r\m id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
192
+ res_calculate = calculate(promps)
193
  subtitle = res_calculate
194
  link_text = "データを確認する"
195
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"