kenken999 commited on
Commit
cdaf3dd
·
1 Parent(s): 6e9fd94
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -2
mysite/routers/fastapi.py CHANGED
@@ -229,8 +229,8 @@ def setup_webhook_routes(app: FastAPI):
229
  #no_process_file(text, "ai")
230
  #\r\m
231
  #########################################################################
232
-
233
- title = f""" 質問内容を元に答えを出します {promps}"""
234
  subtitle = f"""ユーザーID {user_id} \r\n から申し込みがありました \r\n 質問内容 {text}"""
235
  link_text = "データを確認する"
236
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
 
229
  #no_process_file(text, "ai")
230
  #\r\m
231
  #########################################################################
232
+ #user_name,thmbnail
233
+ title = f""" {user_name}様{thmbnail}から下記の質問があります{text}質問内容を元に答えを出します {promps}"""
234
  subtitle = f"""ユーザーID {user_id} \r\n から申し込みがありました \r\n 質問内容 {text}"""
235
  link_text = "データを確認する"
236
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"