kenken999 commited on
Commit
c51fdaa
·
1 Parent(s): bd4cb9f
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
  from babyagi.classesa.diamond import calculate
190
  title = f""" ダイヤ計算の実行 cut calat clarity weght """
191
- calculate("2.03Very GoodJSI2")
192
- subtitle = prompt_res
193
  link_text = "データを確認する"
194
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
195
  #test_set_lide(subtitle, text)
 
188
  #no_process_file(text, "ai")
189
  from babyagi.classesa.diamond import calculate
190
  title = f""" ダイヤ計算の実行 cut calat clarity weght """
191
+ res_calculate = calculate("2.03Very GoodJSI2")
192
+ subtitle = res_calculate
193
  link_text = "データを確認する"
194
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
195
  #test_set_lide(subtitle, text)