kenken999 commited on
Commit
686566a
β€’
1 Parent(s): c0b0535

update test_prompt

Browse files
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -124,7 +124,7 @@ def setup_webhook_routes(app: FastAPI):
124
  #test case
125
  first_line = text.split('\n')[0]
126
  #test_prompt
127
- res = test_prompt("θΏ”δΏ‘γ―εΏ…γšζ—₯本θͺžγ§γ—ます "+prompt_res,text)
128
  send_google_chat_card(webhook_url, "γƒ—γƒ­γƒ³γƒ—γƒˆγƒ†γ‚Ήγƒˆ "+first_line, str(res), link_text, link_url)
129
 
130
 
 
124
  #test case
125
  first_line = text.split('\n')[0]
126
  #test_prompt
127
+ res = test_prompt("θΏ”δΏ‘γ―εΏ…γšζ—₯本θͺžγ§γ—て下さい "+prompt_res,text)
128
  send_google_chat_card(webhook_url, "γƒ—γƒ­γƒ³γƒ—γƒˆγƒ†γ‚Ήγƒˆ "+first_line, str(res), link_text, link_url)
129
 
130