Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files
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)
|