kenken999 commited on
Commit
77a4bf7
β€’
1 Parent(s): 886362f
Files changed (1) hide show
  1. mysite/routers/fastapi.py +4 -4
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 = promps
120
- link_text = "test"
121
- link_url = "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