Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624192320 +1 -0
- mysite/routers/fastapi.py +1 -1
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624192320
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 6efacac5422d53856b7133eeab146e884d2d2554
|
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"""ユーザーID {user_id}\r\n 質問内容 {text}"""
|
238 |
-
link_text = "
|
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"""ユーザーID {user_id}\r\n 質問内容 {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)
|