kenken999 commited on
Commit
4b091fa
1 Parent(s): 078534c
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -235,7 +235,7 @@ def setup_webhook_routes(app: FastAPI):
235
  #user_name,thmbnail#
236
  title = f""" {user_name}様から下記の質問があります"""
237
  subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b> {text}"""
238
- link_text = "解析用 プロンプト、商品、会話データ登録\r\n類似データ検索用"
239
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
240
  #test_set_lide(subtitle, text)
241
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
 
235
  #user_name,thmbnail#
236
  title = f""" {user_name}様から下記の質問があります"""
237
  subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b> {text}"""
238
+ link_text = "解析用 プロンプト、商品、会話データ登録\r\n類似データ検索用(検索指標相談)"
239
  link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
240
  #test_set_lide(subtitle, text)
241
  thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)