Spaces:
Sleeping
Sleeping
test
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624200626 +1 -0
- mysite/routers/fastapi.py +2 -2
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624200626
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit a1db68a84b2770bf71b6b5f1d74a726694cb211f
|
mysite/routers/fastapi.py
CHANGED
@@ -241,8 +241,8 @@ def setup_webhook_routes(app: FastAPI):
|
|
241 |
thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
|
242 |
|
243 |
#########################################################################
|
244 |
-
title = f""" γγγ³γγδ½ζ {promps}
|
245 |
-
subtitle = prompt_res
|
246 |
link_text = "γγΌγΏγη’Ίθͺγγ"
|
247 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
248 |
#test_set_lide(subtitle, text)
|
|
|
241 |
thread_name = send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,thmbnail)
|
242 |
|
243 |
#########################################################################
|
244 |
+
title = f""" γγγ³γγδ½ζ {promps}"""
|
245 |
+
subtitle = f"""userid {user_id}\r\n chatid{thread_name}\r\n{prompt_res}"""
|
246 |
link_text = "γγΌγΏγη’Ίθͺγγ"
|
247 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
248 |
#test_set_lide(subtitle, text)
|