Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -186,8 +186,9 @@ def setup_webhook_routes(app: FastAPI):
|
|
186 |
promps,prompt_res = prompt_genalate("返信は日本語で答えて下さい "+text,prompt2)
|
187 |
#test_set_lide(text,"a1")
|
188 |
#no_process_file(text, "ai")
|
|
|
189 |
from babyagi.classesa.diamond import calculate
|
190 |
-
title = f""" ダイヤ計算の実行 cut
|
191 |
res_calculate = calculate("2.03Very GoodJSI2")
|
192 |
subtitle = res_calculate
|
193 |
link_text = "データを確認する"
|
|
|
186 |
promps,prompt_res = prompt_genalate("返信は日本語で答えて下さい "+text,prompt2)
|
187 |
#test_set_lide(text,"a1")
|
188 |
#no_process_file(text, "ai")
|
189 |
+
#\r\m
|
190 |
from babyagi.classesa.diamond import calculate
|
191 |
+
title = f""" ダイヤ計算の実行 2.03 Very Good J SI2 \r\m id,carat, cut, color, clarity, depth, diamondprice.table, x, y, z """
|
192 |
res_calculate = calculate("2.03Very GoodJSI2")
|
193 |
subtitle = res_calculate
|
194 |
link_text = "データを確認する"
|