kenken999 commited on
Commit
a01446b
·
1 Parent(s): 20c5a04
Files changed (1) hide show
  1. mysite/routers/fastapi.py +12 -2
mysite/routers/fastapi.py CHANGED
@@ -122,7 +122,16 @@ def setup_webhook_routes(app: FastAPI):
122
  ## リファスタの住所
123
  〒170-0013 東京都豊島区東池袋1丁目25−14 アルファビルディング 4F
124
  ## ダイヤテンプレート
125
- -
 
 
 
 
 
 
 
 
 
126
  ## 買取テンプレート
127
  ・ブランド名:
128
  ・モデル名:
@@ -191,7 +200,8 @@ def setup_webhook_routes(app: FastAPI):
191
  #no_process_file(text, "ai")
192
  #\r\m
193
  from babyagi.classesa.diamond import calculate
194
- title = f""" ダイヤ予測計算の実行 類似5件表示 {text} \r\n id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
 
195
  res_calculate = calculate(text)
196
  subtitle = res_calculate
197
  link_text = "データを確認する"
 
122
  ## リファスタの住所
123
  〒170-0013 東京都豊島区東池袋1丁目25−14 アルファビルディング 4F
124
  ## ダイヤテンプレート
125
+ - price,
126
+ - carat,
127
+ - cut,
128
+ - color,
129
+ - clarity,
130
+ - depth,
131
+ - diamondprice.table,
132
+ - x,
133
+ - y,
134
+ - z
135
  ## 買取テンプレート
136
  ・ブランド名:
137
  ・モデル名:
 
200
  #no_process_file(text, "ai")
201
  #\r\m
202
  from babyagi.classesa.diamond import calculate
203
+ title = f""" ダイヤ予測計算の実行 類似5件表示 {text}
204
+ id,price,carat, cut, color, clarity, depth, diamondprice.table, x, y, z 類似度"""
205
  res_calculate = calculate(text)
206
  subtitle = res_calculate
207
  link_text = "データを確認する"