Spaces:
Running
on
Zero
Running
on
Zero
fd
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -184,12 +184,12 @@ def setup_webhook_routes(app: FastAPI):
|
|
184 |
"""
|
185 |
# 査定用のプロンプト
|
186 |
promps,prompt_res = prompt_genalate("返信は日本語で答えて下さい "+text,prompt2)
|
187 |
-
|
188 |
#test_set_lide(text,"a1")
|
189 |
#no_process_file(text, "ai")
|
190 |
#\r\m
|
191 |
from babyagi.classesa.diamond import calculate
|
192 |
-
title = f""" ダイヤ予測計算の実行 類似5件表示 {text} \r\
|
193 |
res_calculate = calculate(text)
|
194 |
subtitle = res_calculate
|
195 |
link_text = "データを確認する"
|
|
|
184 |
"""
|
185 |
# 査定用のプロンプト
|
186 |
promps,prompt_res = prompt_genalate("返信は日本語で答えて下さい "+text,prompt2)
|
187 |
+
|
188 |
#test_set_lide(text,"a1")
|
189 |
#no_process_file(text, "ai")
|
190 |
#\r\m
|
191 |
from babyagi.classesa.diamond import calculate
|
192 |
+
title = f""" ダイヤ予測計算の実行 類似5件表示 {text} \r\n id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
|
193 |
res_calculate = calculate(text)
|
194 |
subtitle = res_calculate
|
195 |
link_text = "データを確認する"
|