Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -242,7 +242,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
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)
|
|
|
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)
|