Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624231148
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b529edabad84af4191bb1c576331284bc186e8e1
|
controllers/gpt_enginner20240624232218
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 35be9b5f3bc9a098414574039e2e59782f4df480
|
controllers/gpt_enginner20240624234448
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f28704a3e1a6f2337b9289bdbca6326865c276d3
|
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 = "プロンプト、商品、会話データ登録"
|
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)
|