Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -115,10 +115,10 @@ def setup_webhook_routes(app: FastAPI):
|
|
115 |
promps,prompt_res = prompt_genalate(text,prompt2)
|
116 |
#test_set_lide(text,"a1")
|
117 |
#no_process_file(text, "ai")
|
118 |
-
title = """ γγγ³γγδ½ζ """
|
119 |
-
subtitle =
|
120 |
-
link_text = "
|
121 |
-
link_url = "
|
122 |
#test_set_lide(subtitle, text)
|
123 |
send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
|
124 |
#test case
|
|
|
115 |
promps,prompt_res = prompt_genalate(text,prompt2)
|
116 |
#test_set_lide(text,"a1")
|
117 |
#no_process_file(text, "ai")
|
118 |
+
title = f""" γγγ³γγδ½ζ {promps}"""
|
119 |
+
subtitle = prompt_res
|
120 |
+
link_text = "γγΌγΏγη’Ίθͺγγ"
|
121 |
+
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
122 |
#test_set_lide(subtitle, text)
|
123 |
send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
|
124 |
#test case
|