kenken999 commited on
Commit
5798728
·
1 Parent(s): 7207909
Files changed (1) hide show
  1. mysite/routers/fastapi.py +2 -2
mysite/routers/fastapi.py CHANGED
@@ -93,7 +93,7 @@ def setup_webhook_routes(app: FastAPI):
93
  promps,prompt_res = prompt_genalate(text)
94
  #test_set_lide(text,"a1")
95
  #no_process_file(text, "ai")
96
- title = """本番テスト 入力内容のみ設定 プロンプトも付け足してはテスト """
97
  subtitle = promps
98
  link_text = "test"
99
  link_url = "url"
@@ -102,7 +102,7 @@ def setup_webhook_routes(app: FastAPI):
102
  #test case
103
 
104
  #test_prompt
105
- res = test_prompt(prompt_res,title)
106
  send_google_chat_card(webhook_url, "プロンプトテスト"+first_line, str(res), link_text, link_url)
107
 
108
 
 
93
  promps,prompt_res = prompt_genalate(text)
94
  #test_set_lide(text,"a1")
95
  #no_process_file(text, "ai")
96
+ title = """ プロンプト作成 """
97
  subtitle = promps
98
  link_text = "test"
99
  link_url = "url"
 
102
  #test case
103
 
104
  #test_prompt
105
+ res = test_prompt(prompt_res,text)
106
  send_google_chat_card(webhook_url, "プロンプトテスト"+first_line, str(res), link_text, link_url)
107
 
108